]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8712: r8712_free_recvframe(): Change return type
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Mon, 22 Jul 2019 09:23:41 +0000 (14:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2019 07:52:01 +0000 (09:52 +0200)
commitcaecc46bf4e78bada4e3f6df3156c711c5ef6b78
tree0204e2fe654ba214b4ec7f0bcf7eac01af6679c6
parent606c5cf07b7907294e74eb5344fcf489b93983a5
staging: rtl8712: r8712_free_recvframe(): Change return type

Change return type of r8712_free_recvframe from int to void as it always
returns _SUCCESS and its return value is never used.

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