]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5ec16624edb1fa329f86694e0a636d9338ffa195
tree5a618e2b622ae7a3ddc4afc905358119ff80cd03
parent328ee517b66a9750642f5450fe0f50a1abe05669
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