staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 25 Sep 2018 06:23:21 +0000 (11:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:53:56 +0000 (20:53 +0200)
commitabffb39bdea65247a9248527c07a3ab13c332b27
tree982cc46934ed21db8c4976157667266e4aee0b47
parentcafbb905eb90209e5ede26613ac686089f0ef971
staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()

Change return type to 'void' for host_int_get_assoc_res_info() as its
return value is not used. 'rcvd_assoc_resp_info_len' parameter value is
used to know the status.

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