OSDN Git Service

staging: rtl8188eu: remove unnecessary asignment and initialization
authorMichael Straube <straube.linux@gmail.com>
Sat, 5 Oct 2019 14:18:52 +0000 (16:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Oct 2019 10:25:46 +0000 (12:25 +0200)
commitea60b4eb4420ba59172a3283bf26192d609a114d
tree09f11a149f6b01dd36536089516efb2b08b67128
parentef0abd6f24d3e935491f303f64d402dab5270c37
staging: rtl8188eu: remove unnecessary asignment and initialization

Variable badworden is asigned in two subsequent lines. So the first
asignment is useless and not needed. Also the initialization to zero
is not needed. Remove the first asignment and the initialization.

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