diff options
author | Saurav Girepunje <[email protected]> | 2021-10-25 17:45:10 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-10-26 18:45:41 +0200 |
commit | b6f8bd68120faebfa04c4ba34845bf8498eaf868 (patch) | |
tree | d5edd599b29d9922f9e5fdd8b763d1708a111cb1 /drivers/usb/cdns3/cdns3-trace.c | |
parent | f3d90f5139e59e04ed50ee72a01f73863e5dcc70 (diff) |
staging: r8188eu: core: remove goto statement
Remove the goto statement from rtw_do_join(). 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.
Signed-off-by: Saurav Girepunje <[email protected]>
Link: https://lore.kernel.org/r/YXafzp5F8T7/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions