]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wilc1000: use void return for wilc_hif_pack_sta_param()
authorAjay Singh <ajay.kathat@microchip.com>
Sun, 2 Dec 2018 18:02:36 +0000 (18:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Dec 2018 08:48:45 +0000 (09:48 +0100)
commit6133ed9f639607b9d95901ddc91dcf4f097066db
tree684c9d54eee94f8cf59098eda5dde78969afcb42
parent78c0c4e845bdc50a4b4d52284d57dd26d442308a
staging: wilc1000: use void return for wilc_hif_pack_sta_param()

Change the return type from u32 to void for wilc_hif_pack_sta_param() as
its value is not used. Also remove the use of extra pointer as it's not
required now.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c