]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: make validate_recv_ctrl_frame return void
authorMartin Kaiser <martin@kaiser.cx>
Sun, 3 Apr 2022 16:45:22 +0000 (18:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 14:31:07 +0000 (16:31 +0200)
commitc49962520b1caf43460f863319828573be4efbe8
tree5ab248849751cdf47a1229a6b81bbb1adf590eb3
parente37370b3dda132899dfd3c6487668ca5b3e7defb
staging: r8188eu: make validate_recv_ctrl_frame return void

Make validate_recv_ctrl_frame return void.

At the moment, the function always returns _FAIL, the caller does not
check the return value.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220403164526.357371-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c