diff options
author | 2020-05-09 22:48:03 +0100 | |
---|---|---|
committer | 2020-05-10 11:13:07 -0700 | |
commit | 1ea08c6bce050a38aa303485af940645cc7b6375 (patch) | |
tree | 9788d5af980e5c1c0138b8e4a3fd93ded47ef34c /drivers/net/phy/phy.c | |
parent | net: usb: ax88179_178a: remove redundant assignment to variable ret (diff) | |
download | wireguard-linux-1ea08c6bce050a38aa303485af940645cc7b6375.tar.xz wireguard-linux-1ea08c6bce050a38aa303485af940645cc7b6375.zip |
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>
Diffstat (limited to 'drivers/net/phy/phy.c')
0 files changed, 0 insertions, 0 deletions