diff options
author | Sergei Shtylyov <[email protected]> | 2017-07-17 21:00:44 +0300 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-07-17 22:43:00 +0200 |
commit | 32f2fea6e77e64cd4045ec2d5deb879aada3b476 (patch) | |
tree | 8f6963fb7d9e6385bfa3e77617c9f050066a549b /tools/perf/scripts/python/Perf-Trace-Util | |
parent | 935acd3f5ebc34984bd4de075e0f83e6ea10c28d (diff) |
clocksource/drivers/timer-of: Handle of_irq_get_byname() result correctly
of_irq_get_byname() may return a negative error number as well as 0 on
failure, while timer_irq_init() only checks for 0, blithely continuing with
the call to request_[percpu_]irq() -- those functions expect *unsigned int*,
so would probably fail anyway when a large IRQ number resulting from a
conversion of a negative error number is passed to them... This, however,
is incorrect behavior -- error number is not IRQ number.
Filter out the negative error numbers, complain, and return them to the
timer_irq_init()'s callers...
Fixes: dc11bae78529 ("clocksource/drivers: Add timer-of common init routine")
Signed-off-by: Sergei Shtylyov <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Daniel Lezcano <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util')
0 files changed, 0 insertions, 0 deletions