diff options
author | Tian Tao <[email protected]> | 2021-06-02 09:00:42 +0800 |
---|---|---|
committer | Will Deacon <[email protected]> | 2021-06-02 12:48:08 +0100 |
commit | 0d0f144a8f5f9815a180d16ef7d08b6269016897 (patch) | |
tree | 44fbd9e6fd99b867f6b2076b2f36d407a364d9d8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 3c1f2eb5475a4031d9555a38de2467d80019c66a (diff) |
perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flag
request_irq() after setting IRQ_NOAUTOEN as below
irq_set_status_flags(irq, IRQ_NOAUTOEN); request_irq(dev, irq...); can
be replaced by request_irq() with IRQF_NO_AUTOEN flag.
this patch is made base on "add IRQF_NO_AUTOEN for request_irq" which
is being merged: https://lore.kernel.org/patchwork/patch/1388765/
Signed-off-by: Tian Tao <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions