Larry Finger 9a4556bd8f staging: rtl8723bs: Remove unneeded goto statements
In routines rtw_hostapd_ioctl() and wpa_supplicant_ioctl(), several
error conditions involve setting a variable indicating the error,
followed by a goto. The code following the target of that goto merely
returns the value. It is simpler, therefore to return the error value
immediately, and eliminate the got  target.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Pietro Oliva <pietroliva@gmail.com>
Link: https://lore.kernel.org/r/20200210180235.21691-7-Larry.Finger@lwfinger.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-02-10 10:32:38 -08:00
..
2019-12-16 09:06:50 +01:00
2020-01-12 11:34:13 +00:00
2020-01-29 10:15:11 -08:00
2020-01-31 14:43:23 -08:00
2019-12-19 19:23:29 +01:00
2020-01-29 10:15:11 -08:00
2020-01-29 10:15:11 -08:00
2020-01-29 10:15:11 -08:00
2020-01-16 20:59:54 +01:00
2020-01-29 10:15:11 -08:00