staging: rtl8192u: Change type of rtl8192_rx_initiate()
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Wed, 26 Jun 2019 06:47:58 +0000 (12:17 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jul 2019 07:11:23 +0000 (09:11 +0200)
commite6e70326d657a36dcd73d4bc152471b62d2a198f
treeeacb0929ffe4853de5554939f2e01d22ce835838
parentc0b8646c7380523678608103cb4dcd65b41b9649
staging: rtl8192u: Change type of rtl8192_rx_initiate()

Change type of function rtl8192_rx_initiate from int to void as it
always returns 0 and this value is never used.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c