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

Remove goto label '_fail_' used in wilc_spi_clear_int_ext(), to avoid
the label name starting with '_'.

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/wilc_spi.c