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

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