]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8712: r8712_set_chplan_cmd(): Change return type
authorNishka Dasgupta <nishkadg.linux@gmail.com>
Thu, 20 Jun 2019 11:53:00 +0000 (17:23 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 12:47:28 +0000 (14:47 +0200)
commit0c6a635ccfba55b71a18dde9cc3c57e7bd4146b7
tree72a71fbc692150b53ee6a13fec9e75672dd3b398
parent2b4a4cf90bb124c14cf9db6c22f465871e761bea
staging: rtl8712: r8712_set_chplan_cmd(): Change return type

Change return type of function r8712_set_chplan_cmd from u8 to void as
its return value is never stored, checked or otherwise used. Change the
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