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

In wilc_spi_read_int() remove the use of goto label '_fail_'. 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/wilc_spi.c