]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit525cc4eb39d3bf99abee35ebfaa58ecb38a7c77f
tree9ddde8cf7b91fde115c849f316f6f5fba5eb2538
parent12e3c8c284478d4bf5dfe8a9a5de3ce813e91f45
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