staging: r8188eu: remove unnecessary assignment
authorMichael Straube <straube.linux@gmail.com>
Sun, 17 Oct 2021 17:06:29 +0000 (19:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Oct 2021 14:45:01 +0000 (16:45 +0200)
commit679e0f8e41e7535171dfd49dc397007f33056399
tree5a080affd3668bd918ae336e3bc3fd1c1f43100a
parentbef56d47b9151d6defe7e2d220bfa7fa7253082a
staging: r8188eu: remove unnecessary assignment

The assignment "pLed->BlinkTimes = 0" is in a code path that is
executed only if pLed->BlinkTimes is 0. Remove this unnecessary
assignment.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20211017170629.13785-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_led.c