diff options
author | Geert Uytterhoeven <[email protected]> | 2019-10-01 20:08:34 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2019-10-03 11:38:37 +0200 |
commit | faf97b84fa86d40eba5a30e9071dfb55133fb1b7 (patch) | |
tree | 43ed26605ea6be613c9bb423359e30ccf137029e /tools/perf/util/trace-event-scripting.c | |
parent | e8307ec51efebf579da5966aa5da5ab5353c61c7 (diff) |
mmc: sh_mmcif: Use platform_get_irq_optional() for optional interrupt
As platform_get_irq() now prints an error when the interrupt does not
exist, a scary warning may be printed for an optional interrupt:
sh_mmcif ee200000.mmc: IRQ index 1 not found
Fix this by calling platform_get_irq_optional() instead for the second
interrupt, which is optional.
Remove the now superfluous error printing for the first interrupt, which
is mandatory.
Fixes: 7723f4c5ecdb8d83 ("driver core: platform: Add an error message to platform_get_irq*()")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Yoshihiro Shimoda <[email protected]>
Tested-by: Yoshihiro Shimoda <[email protected]>
Reviewed-by: Wolfram Sang <[email protected]>
Tested-by: Wolfram Sang <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions