staging: r8188eu: remove useless assignment
authorMichael Straube <straube.linux@gmail.com>
Mon, 6 Sep 2021 19:02:14 +0000 (21:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:52 +0000 (08:49 +0200)
commitd28c70900a8bdb8846eb2fdea8f0228f424fe363
treeb415d5afba4f58f716e2a5e057ed11d8f8a1e4c2
parent48dd8166d65b15efba18490a74df9d8a6d2c4457
staging: r8188eu: remove useless assignment

The local variable badworden is set to a new value immediately after
an assignment. Remove the useless assignment and initialization.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210906190223.11396-32-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_hal_init.c