diff options
author | Sergei Shtylyov <[email protected]> | 2017-07-16 20:52:20 +0300 |
---|---|---|
committer | Sebastian Reichel <[email protected]> | 2017-07-24 14:09:00 +0200 |
commit | 648b8eba20d0bdce9de41df97677e70aa53693ea (patch) | |
tree | a70fbf75f4805c462bd85779c98531302d032bcd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8b35bf5927b1e89e9b2f9ddbd701bd9b27456e78 (diff) |
power: supply: act8945a_charger: fix of_irq_get() error check
of_irq_get() may return any negative error number as well as 0 on failure,
while the driver only checks for -EPROBE_DEFER, blithely continuing with
the call to devm_request_irq() -- that function expects *unsigned int*,
so would probably fail anyway when a large IRQ number resulting from a
conversion of a negative error number is passed to it... This, however,
is incorrect behavior -- error number is not IRQ number.
Check for 'irq <= 0' instead and return -ENXIO from probe if of_irq_get()
returned 0.
Fixes: a09209acd6a8 ("power: supply: act8945a_charger: Add status change update support")
Signed-off-by: Sergei Shtylyov <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions