mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
7fea67710e
When call irq_get_irq_data() to get the IRQ's irq_data failed, an
appropriate error code -ENOENT should be returned. However, we directly
return 'err', which records the IRQ number instead of the error code.
Fixes:
|
||
---|---|---|
.. | ||
bpmp-debugfs.c | ||
bpmp-private.h | ||
bpmp-tegra186.c | ||
bpmp-tegra210.c | ||
bpmp.c | ||
ivc.c | ||
Kconfig | ||
Makefile |