commit | e87e4371edfc369dcc6abbabc3f276d4e0260513 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Fri Mar 01 11:02:36 2024 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 04 11:44:40 2024 +0000 |
tree | 037c7e34b60a51b08666ca8dff6c34e3a8c472ef | |
parent | b78fcd0a36a7d11cc71e7ee56bb27e71aea8464a [diff] |
net: ipa: change ipa_interrupt_config() prototype Change the return type of ipa_interrupt_config() to be an error code rather than an IPA interrupt structure pointer, and assign the the pointer within that function. Change ipa_interrupt_deconfig() to take the IPA pointer as argument and have it invalidate the ipa->interrupt pointer. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>