]> 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)
commit1169318bd565d2911b949f6123e109baa35881b6
treeb461b17e7224bee3351779e17042e7f7d9496cb7
parentbc4adf0eb72dbba8355fef3ef4451e4f72702c99
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: 6ffddf3b3d182 ("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