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)
commit797afdf24872a087567b680402bde62b06697b42
tree5ab248849751cdf47a1229a6b81bbb1adf590eb3
parent5a3fe21cc4317682494aa1ff568eff54c50be596
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