diff options
author | huhai <[email protected]> | 2022-06-10 19:14:20 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2022-06-21 16:50:58 +0200 |
commit | c81aba8fde2aee4f5778ebab3a1d51bd2ef48e4c (patch) | |
tree | 67fcadfb0dee852b7e9318f1ba5afe56244c0b27 /tools | |
parent | a111daf0c53ae91e71fd2bfe7497862d14132e3e (diff) |
MIPS: Remove repetitive increase irq_err_count
commit 979934da9e7a ("[PATCH] mips: update IRQ handling for vr41xx") added
a function irq_dispatch, and it'll increase irq_err_count when the get_irq
callback returns a negative value, but increase irq_err_count in get_irq
was not removed.
And also, modpost complains once gpio-vr41xx drivers become modules.
ERROR: modpost: "irq_err_count" [drivers/gpio/gpio-vr41xx.ko] undefined!
So it would be a good idea to remove repetitive increase irq_err_count in
get_irq callback.
Fixes: 27fdd325dace ("MIPS: Update VR41xx GPIO driver to use gpiolib")
Fixes: 979934da9e7a ("[PATCH] mips: update IRQ handling for vr41xx")
Reported-by: k2ci <[email protected]>
Signed-off-by: huhai <[email protected]>
Signed-off-by: Genjian Zhang <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions