staging: r8188eu: don't restart "no link" blinking unnecessarily
authorMartin Kaiser <martin@kaiser.cx>
Mon, 22 Aug 2022 20:13:27 +0000 (22:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Aug 2022 13:43:40 +0000 (15:43 +0200)
commit1102e4e7e9d3790b27876cd2713be3d25765eaae
tree786d164fef2b78386fe29cdb68228d476c38c967
parentd16d09e38c21a7cfc9ae24d974a7cce7681047e5
staging: r8188eu: don't restart "no link" blinking unnecessarily

Simplify one of the cases in rtw_led_control. If we're already blinking
because we have no link, we don't have to restart this blinking when the
caller requests it again. We can simply return and keep on blinking.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220822201329.95559-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_led.c