]> git.baikalelectronics.ru Git - kernel.git/commit
staging: r8188eu: simplify the code to prevent scan blinking restart
authorMartin Kaiser <martin@kaiser.cx>
Sun, 11 Sep 2022 14:51:14 +0000 (16:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 11:07:48 +0000 (13:07 +0200)
commit531d11d3a545e932c1a8883fb7bebe9f13433f2f
treeb50804d0510e9798146e9cfe1c924d1e3c1844f6
parent8b59be10520b4640dbdc62d78137c6f1bf341411
staging: r8188eu: simplify the code to prevent scan blinking restart

The code for scan blinking is wrapped into a big if clause to prevent
restarting if scan blinking is already running.

Revert the if condition and exit if scan blinking is running. This does
not change the behaviour.

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/20220911145122.15444-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_led.c