staging: wilc1000: fix line over 80 chars issue in host_int_handle_disconnect()
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 11 May 2018 08:13:06 +0000 (13:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 12:04:47 +0000 (14:04 +0200)
commit8d4279c7ee361aa700fbc5ba1a790f92cf4927ca
tree2825f176a6ddc6f764b0bc2d1ec8fea851dfea5d
parent08268f110bb5ad2be664ab54c836bd0c6a215cb6
staging: wilc1000: fix line over 80 chars issue in host_int_handle_disconnect()

Fix line over 80 char issue in host_int_handle_disconnect() by using
temp variable to hold the 'wilc_connect_result' function pointer.

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