Searched hist:"1169318 bd565d2911b949f6123e109baa35881b6" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ipa/ |
H A D | gsi.c | diff 1169318bd565d2911b949f6123e109baa35881b6 Sat Dec 26 15:37:36 CST 2020 Alex Elder <elder@linaro.org> 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>
|