staging: r8188eu: drop return value from receive_disconnect
authorMartin Kaiser <martin@kaiser.cx>
Sun, 26 Jun 2022 18:07:34 +0000 (20:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Jul 2022 07:56:33 +0000 (09:56 +0200)
commitc87d8e90bccb835184749621d990f7626c3daf31
treea3d98149075c7b78b601e2f070b8eff3837104d7
parentdf8d0a55047b57074ac69db795a9775b3abe364e
staging: r8188eu: drop return value from receive_disconnect

The receive_disconnect function always returns _SUCCESS. None of the
callers checks the return value. We can remove it.

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