commit | ec0ef6d3c8c2887724e24b6337f48e893e191d08 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Fri Jan 15 06:50:45 2021 -0600 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Jan 18 11:51:05 2021 -0800 |
tree | afb2375527f848122054f95359f6b2f5d1b0ddb8 | |
parent | bf52e27bb35377d3582370732fa1e99cb446c670 [diff] |
net: ipa: don't return an error from ipa_interconnect_disable() If disabling interconnects fails there's not a lot we can do. The only two callers of ipa_interconnect_disable() ignore the return value, so just give the function a void return type. Print an error message if disabling any of the interconnects is not successful. Return (and print) only the first error seen. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>