linux/drivers/staging/r8188eu
Saurav Girepunje 10508ae08e staging: r8188eu: hal: remove goto statement and local variable
Remove the goto statement from FillH2CCmd_88E(). In this function goto
can be replace by return statement. As on goto label exit, function
only return it is not performing any cleanup. Avoiding goto will
improve the function readability. After replacing the goto statement
local variable ret is also not needed. So remove the ret local variable.

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
Link: https://lore.kernel.org/r/YXjXsChOpaTThkxT@Sauravs-Air.domain.name
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-10-30 11:15:55 +02:00
..
core staging: r8188eu: core: remove the goto from rtw_IOL_accquire_xmit_frame 2021-10-26 18:46:21 +02:00
hal staging: r8188eu: hal: remove goto statement and local variable 2021-10-30 11:15:55 +02:00
include staging: r8188eu: remove the sreset_priv structure 2021-10-25 09:09:44 +02:00
os_dep staging: r8188eu: fix missing unlock in rtw_resume() 2021-10-30 11:12:05 +02:00
Kconfig staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P} 2021-09-13 08:49:54 +02:00
Makefile staging: r8188eu: remove the sreset_priv structure 2021-10-25 09:09:44 +02:00
TODO