diff options
author | Rayagonda Kokatanur <[email protected]> | 2020-01-07 09:39:12 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-01-07 22:32:04 +0000 |
commit | e9aa3b851428282d5e5151a49d4bf0bfdcd72bfe (patch) | |
tree | 393c51c17f6d35c7c15bad44bfdeecb5754acc21 /scripts/bpf_helpers_doc.py | |
parent | f971a2074447726ec9a3feee3648a2e157f08248 (diff) |
spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error message
Use platform_get_irq_byname_optional() instead of platform_get_irq_byname()
to avoid below error message during probe:
[3.265115] bcm_iproc 68c70200.spi: IRQ spi_lr_fullness_reached not found
[3.272121] bcm_iproc 68c70200.spi: IRQ spi_lr_session_aborted not found
[3.284965] bcm_iproc 68c70200.spi: IRQ spi_lr_impatient not found
[3.291344] bcm_iproc 68c70200.spi: IRQ spi_lr_session_done not found
[3.297992] bcm_iproc 68c70200.spi: IRQ mspi_done not found
[3.303742] bcm_iproc 68c70200.spi: IRQ mspi_halted not found
Signed-off-by: Rayagonda Kokatanur <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions