staging: rtl8192e: remove redundant initialization of variable init_status
authorColin Ian King <colin.king@canonical.com>
Sat, 22 Feb 2020 20:01:05 +0000 (20:01 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 23 Feb 2020 18:20:49 +0000 (19:20 +0100)
commitdf08620eab3bbef69010bf2b6b7736b69732dc21
tree537614abeaf00cd554175be2bd533885bf7c71c7
parent31e234948e88aef0b2117b5c45ff432e38206b3a
staging: rtl8192e: remove redundant initialization of variable init_status

The pointer init_status is being initialized with a value that is never
read, it is being updated later on. The initialization is redundant
and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20200222200105.201869-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_core.c