aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorJonathan Cameron <[email protected]>2021-04-02 19:45:44 +0100
committerJonathan Cameron <[email protected]>2021-04-07 08:36:39 +0100
commiteaa17fa7d8da035541bb99fe91dcd4b77dd1f275 (patch)
tree6710477f3e434e944bf70c375ee2ff0b1664dd8b /tools/perf/scripts/python/flamegraph.py
parent30f6a542b7d39b1ba990a28a3891bc03691d8d41 (diff)
iio:adc:ad_sigma_delta: Use IRQF_NO_AUTOEN rather than request and disable
These devices are not able to mask the signal used as a data ready interrupt. As such they previously requested the irq then immediately disabled it. Now we can avoid the potential of a spurious interrupt by avoiding the irq being auto enabled in the first place. I'm not sure how this code could have been called with the irq already disabled, so I believe the conditional would always have been true and have removed it. Signed-off-by: Jonathan Cameron <[email protected]> Cc: Lars-Peter Clausen <[email protected]> Cc: Alexandru Ardelean <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Reviewed-by: Lars-Peter Clausen <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions