staging: r8188eu: make rtw_chk_hi_queue_cmd a void function
authorMartin Kaiser <martin@kaiser.cx>
Mon, 23 Jan 2023 20:53:32 +0000 (21:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jan 2023 09:10:36 +0000 (10:10 +0100)
commit081c4835102538d6efcc0b8d95a1839eb88c19f6
treecfb8eeb9df5e99ee1b0018bf6d510d39f2ec6520
parentc00ed7dde89ae4a04fdd57a78dfcf7d0fcba20b1
staging: r8188eu: make rtw_chk_hi_queue_cmd a void function

Both callers of rtw_chk_hi_queue_cmd do not check the return value.
Convert rtw_chk_hi_queue_cmd to a void function.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20230123205342.229589-14-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_cmd.c
drivers/staging/r8188eu/include/rtw_cmd.h