diff options
author | Bjorn Helgaas <[email protected]> | 2020-07-01 17:10:39 -0500 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2020-07-13 11:26:50 +0800 |
commit | f8951dce10c092075e39ef12c29022548e4c63db (patch) | |
tree | 0682296c7a9a57edd873970b4f1d1389a4ba6e56 /tools/perf/util/c++/clang.cpp | |
parent | 2a83544007aba792167615c393e6154824f3a175 (diff) |
ARM: imx: Remove imx_add_imx_dma() unused irq_err argument
No callers of imx_add_imx_dma() need an error IRQ, so they supply 0 as
"irq_err", which means we register a resource of IRQ 0, which is invalid
and causes a warning if used.
Remove the "irq_err" argument altogether so there's no chance of trying to
use the invalid IRQ 0.
Fixes: a85a6c86c25be ("driver core: platform: Clarify that IRQ 0 is invalid")
Signed-off-by: Bjorn Helgaas <[email protected]>
Cc: Russell King <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Sascha Hauer <[email protected]>
Cc: [email protected]
Cc: Fabio Estevam <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Shawn Guo <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions