staging: r8188eu: rtw_os_recv_resource_init() does nothing
authorMichael Straube <straube.linux@gmail.com>
Sat, 8 Jan 2022 08:27:35 +0000 (09:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jan 2022 15:15:52 +0000 (16:15 +0100)
commitca6246b095dfbd8ce33c65c58611a63defd78580
tree7554b5c6ccae3629db190aae6c71ebc604af5d1d
parentda1c0756a2e7879177daf2c5f34fde871c652c7f
staging: r8188eu: rtw_os_recv_resource_init() does nothing

The function rtw_os_recv_resource_init() just returns _SUCCESS and
the return value is not checked by the caller. Remove the function.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20220108082736.16788-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_recv.c
drivers/staging/r8188eu/include/recv_osdep.h
drivers/staging/r8188eu/os_dep/recv_linux.c