]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: rtl8712: r8712_enqueue_cmd_ex(): Change return type
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Fri, 21 Jun 2019 06:08:11 +0000 (11:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Jun 2019 14:46:18 +0000 (16:46 +0200)
commitb43f6a60e2718058675f7fcd681b96be2bdedbeb
treec5c89b2f31f3e61b8ce6254ec57baa79265d7168
parent0236f87b80aba7115cc446c2f6d5ba1180cb2fa7
staging: rtl8712: r8712_enqueue_cmd_ex(): Change return type

Change return type of function r8712_enqueue_cmd_ex from u8 to void as
its return value is never stored, checked or otherwise used. Modify
return statements accordingly.

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