Colin Ian King 53f666869d usb: gadget: net2272: remove redundant initialization of status
The variable status is being initialized with a value that is
never read and it is being updated later with a new value.  The
initialization is redundant and can be removed and move the
declaration of status to the scope where it is used.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Addresses-Coverity: ("Unused value")
Link: https://lore.kernel.org/r/20210420110622.377339-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-04-22 10:52:15 +02:00
..
2021-01-25 11:23:27 +01:00
2019-11-04 15:53:00 +01:00
2020-07-20 09:41:30 +02:00
2019-11-04 15:53:00 +01:00
2020-10-02 09:57:42 +03:00
2020-10-03 15:59:57 +02:00
2020-10-02 09:57:42 +03:00