staging: rtl8712: r8712_os_recvbuf_resource_free(): Change return type
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Fri, 2 Aug 2019 06:42:08 +0000 (12:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2019 12:00:56 +0000 (14:00 +0200)
commitdcca75a495f9a8b7a6a0fd66bdbe0ed08ffe4884
tree60b53b5245faa81ef346bc3f969dd922101c267b
parent14b4302ff028afc5fc09f243a21ee6cad6118c40
staging: rtl8712: r8712_os_recvbuf_resource_free(): Change return type

Change return type of r8712_os_recvbuf_resource_free from int to void as
it always returns _SUCCESS and this return value is never stored,
checked or otherwise used. Remove return statement accordingly.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lore.kernel.org/r/20190802064212.30476-5-nishkadg.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/recv_linux.c
drivers/staging/rtl8712/recv_osdep.h