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

In spi_cmd_complete() remove the use of goto label '_error_'. Changes
were 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/wilc_spi.c