staging: r8188eu: don't check bSurpriseRemoved in SwLedOff
authorMartin Kaiser <martin@kaiser.cx>
Sun, 25 Sep 2022 14:04:05 +0000 (16:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Sep 2022 08:34:44 +0000 (10:34 +0200)
commit647085006beb2cc41bef27a24f249f4dec3c1e15
treed1d0de91bb3af91323a613e0fe554d868a17dbc7
parent9d92bb1d89f5564653d7ee81d090c93f6e149da8
staging: r8188eu: don't check bSurpriseRemoved in SwLedOff

The SwLedOff function calls rtw_read8 which in turn calls usb_read.

bSurpriseRemoved is checked in usb_read. We don't have to check it again
in SwLedOff.

Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220925140406.112991-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_led.c