]> git.baikalelectronics.ru Git - kernel.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)
commitd03cd1a7a3d901d8e8d53562b2a72a23d0809ce3
treec5c89b2f31f3e61b8ce6254ec57baa79265d7168
parent92d86f3fee7df9dc4718c27a912411e65eb0d8f2
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