]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 25 Sep 2018 06:23:25 +0000 (11:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:53:56 +0000 (20:53 +0200)
commit5d482d2dc928b600a2a13f9af1bcf3a8a19e622a
treea965689f1fa207ec78254967c6cf831e9d7f9471
parent5a5078b0d92f72cae8eec910d0ada8fb2a37614e
staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()

Cleanup patch to use 'void' return type for wilc_wlan_cfg_indicate_rx(),
as its return value is not used in caller. The value set in
'rsp' argument is used to get the success status.

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