diff options
author | Thomas Gleixner <[email protected]> | 2020-12-10 20:25:52 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2020-12-15 16:19:32 +0100 |
commit | 886c8121659dddb6dbfab4cdeb58d75e2d928731 (patch) | |
tree | 5975a1aef29b4176b9f8358b9f0e58396bd49a8d /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | f3925032d7fd4aa627ff10e780430269b3829f83 (diff) |
mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
First of all drivers have absolutely no business to dig into the internals
of an irq descriptor. That's core code and subject to change. All of this
information is readily available to /proc/interrupts in a safe and race
free way.
Remove the inspection code which is a blatant violation of subsystem
boundaries and racy against concurrent modifications of the interrupt
descriptor.
Print the irq line instead so the information can be looked up in a sane
way in /proc/interrupts.
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Acked-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions