staging: rtl8712: r8712_recv_entry(): Change return type
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Thu, 8 Aug 2019 06:40:06 +0000 (12:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Aug 2019 17:58:14 +0000 (19:58 +0200)
commitaf556d30d3387f8b01495b1645d237121b6624d6
tree5a618e2b622ae7a3ddc4afc905358119ff80cd03
parent1bdcb3666a83e533feb35a5a86e4e8e01b44dc18
staging: rtl8712: r8712_recv_entry(): Change return type

Change return type of r8712_recv_entry from s32 to void as its return
value is never used. Modify or remove return statements accordingly.

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