]> 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)
commit9ea500e400a1f84b240d6111f06bb40de14e3822
treeb461b17e7224bee3351779e17042e7f7d9496cb7
parent35a500c5dbcc8900b105438de1b9ce8ecdff3140
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: 828e2dbf150ad ("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