diff options
author | 2021-01-15 06:50:45 -0600 | |
---|---|---|
committer | 2021-01-18 11:51:05 -0800 | |
commit | ec0ef6d3c8c2887724e24b6337f48e893e191d08 (patch) | |
tree | afb2375527f848122054f95359f6b2f5d1b0ddb8 /net | |
parent | net: ipa: rename interconnect settings (diff) | |
download | wireguard-linux-ec0ef6d3c8c2887724e24b6337f48e893e191d08.tar.xz wireguard-linux-ec0ef6d3c8c2887724e24b6337f48e893e191d08.zip |
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions