]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: ipa: clear disabled IPA interrupt conditions
authorAlex Elder <elder@linaro.org>
Tue, 27 Jul 2021 19:46:27 +0000 (14:46 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2021 20:02:06 +0000 (21:02 +0100)
commite70e410f8e7c000b5f44ecba8a1b40d2a2b8c6f1
tree9c227a32b02bf957884c2dd76521e8b4359e4d95
parent937a0da43228c719f549fa44b0e227312aa08b84
net: ipa: clear disabled IPA interrupt conditions

We ignore any IPA interrupt that has no handler.  If any interrupt
conditions without a handler exist when an IPA interrupt occurs,
clear those conditions.  Add a debug message to report which ones
are being cleared.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_interrupt.c