staging: r8188eu: convert rtw_free_stainfo() to void
authorMichael Straube <straube.linux@gmail.com>
Tue, 1 Nov 2022 19:14:58 +0000 (20:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 Nov 2022 07:28:41 +0000 (08:28 +0100)
commit29626f3c07d09b79d6510d1915c106e51ba85022
treecb81a795aeea9e9d855cd4f4ba0c9e58aeec2266
parent1a6d64701922b2ff05b240dc0d69f3feda5e2690
staging: r8188eu: convert rtw_free_stainfo() to void

The function rtw_free_stainfo() returns always _SUCCESS and none of
its callers uses the return value. We can safely make the function
void. Yet another tiny step towards getting rid of _FAIL / _SUCCESS.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20221101191458.8619-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_sta_mgt.c
drivers/staging/r8188eu/include/sta_info.h