]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: don't return a value from gsi_channel_command()
authorAlex Elder <elder@linaro.org>
Sat, 26 Dec 2020 21:37:36 +0000 (15:37 -0600)
committerJakub Kicinski <kuba@kernel.org>
Mon, 28 Dec 2020 22:13:22 +0000 (14:13 -0800)
commit966d08f6a3a8797533bc2e5d70702e47f04e8050
treeb461b17e7224bee3351779e17042e7f7d9496cb7
parente000e15258e08b3f824b0d154a254e3e238e1fb0
net: ipa: don't return a value from gsi_channel_command()

Callers of gsi_channel_command() no longer care whether the command
times out, and don't use what gsi_channel_command() returns.  Redefine
that function to have void return type.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 2700c8b258e12 ("net: ipa: use state to determine channel command success")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c