staging: r8188eu: simplify the code to prevent link blinking restart
authorMartin Kaiser <martin@kaiser.cx>
Sun, 11 Sep 2022 14:51:20 +0000 (16:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 11:07:49 +0000 (13:07 +0200)
commitb1c17560de5446a68b047df38abd02987c045624
tree9ddde8cf7b91fde115c849f316f6f5fba5eb2538
parent8a42af27b4321227e8e461f02ed6d3bdf78fd556
staging: r8188eu: simplify the code to prevent link blinking restart

The blinking code to signal that a link is up has the same big if clause
around it as most other blink events.

Revert this if condition and exit if we're already blinking to show that
the link is up.

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