staging: r8188eu: convert rtw_init_mlme_priv() to common error logic
authorMichael Straube <straube.linux@gmail.com>
Sun, 2 Oct 2022 07:48:26 +0000 (09:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Oct 2022 15:19:37 +0000 (17:19 +0200)
commit40b3f62227d46d21eab71832e331e3aa740b1b34
tree1a301d745ac0fda9223b04631718461dca3ba656
parentd4fda24757678311ff0a219bd150a3c3aeb6a2f8
staging: r8188eu: convert rtw_init_mlme_priv() to common error logic

Convert the function rtw_init_mlme_priv() to common kernel error logic.
Return 0 on success and negative value on failure. This is part of
getting rid of returning _SUCCESS and _FAIL which uses inverted error
logic and is used all over the driver.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Link: https://lore.kernel.org/r/20221002074827.8566-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c
drivers/staging/r8188eu/os_dep/os_intfs.c