]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8723bs: Change type of rtw_os_recv_resource_alloc()
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Mon, 10 Jun 2019 07:47:01 +0000 (13:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2019 09:39:31 +0000 (11:39 +0200)
commitd05b53205e96f758be84e3724987be5120bfaa84
tree7aff0477bc2d6a42dd1b48334a4396647cd6ec75
parent6c8265009f8593eecd446f8d3e182076ede15fff
staging: rtl8723bs: Change type of rtw_os_recv_resource_alloc()

Remove assignment of the return value of rtw_os_recv_resource_alloc as
this assignment at the call site is never used.
Remove return statement from rtw_os_recv_resource_alloc() as its return
variable is never used.
Change the type of the function to void.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_recv.c
drivers/staging/rtl8723bs/include/recv_osdep.h
drivers/staging/rtl8723bs/os_dep/recv_linux.c