staging: r8188eu: simplify the code to prevent tx/rx blinking restart
authorMartin Kaiser <martin@kaiser.cx>
Sun, 11 Sep 2022 14:51:17 +0000 (16:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 11:07:48 +0000 (13:07 +0200)
commit38eec30471303a278b914b832fdd88d766f7981a
treea454779e0b5f5de5f4175fe0699269ed9463b188
parent56e9ef2a7e042c84775ccb4b203e30b33c49f353
staging: r8188eu: simplify the code to prevent tx/rx blinking restart

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

Revert the if condition and exit if tx/rx 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-5-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_led.c