staging: wilc1000: remove the use of goto label in wilc_init()
authorAjay Singh <ajay.kathat@microchip.com>
Mon, 23 Apr 2018 16:33:31 +0000 (22:03 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2018 13:54:16 +0000 (15:54 +0200)
commit4b255c6e38ccef5a668863076fa077a0a6e9b2f8
tree2987dcc3aaf5f6280a1e7cdfb17b8a34dfd20822
parentb2d26c8ccce45943f662308d78d6dc13409c048e
staging: wilc1000: remove the use of goto label in wilc_init()

Added direct return in wilc_init() instead of goto label. Changes
are done to avoid the use of '_' in label name.

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