net: huawei_cdc_ncm: remove redundant assignment to variable ret
authorColin Ian King <colin.king@canonical.com>
Sat, 9 May 2020 21:48:03 +0000 (22:48 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sun, 10 May 2020 18:13:07 +0000 (11:13 -0700)
commit1ea08c6bce050a38aa303485af940645cc7b6375
tree9788d5af980e5c1c0138b8e4a3fd93ded47ef34c
parentd728e6402c0023a46b8595e1736695517fd94a7a
net: huawei_cdc_ncm: remove redundant assignment to variable ret

The variable ret is being initializeed 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.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/usb/huawei_cdc_ncm.c