diff options
author | 2020-05-09 22:57:56 +0100 | |
---|---|---|
committer | 2020-05-10 11:13:21 -0700 | |
commit | b9f96423bba6155cdf54f96f0b1e43fa6d0b0b74 (patch) | |
tree | 6be4a8d899fc3a2f38de389fd6c1f55cec7fe763 /drivers/net/phy/phy.c | |
parent | net: huawei_cdc_ncm: remove redundant assignment to variable ret (diff) | |
download | wireguard-linux-b9f96423bba6155cdf54f96f0b1e43fa6d0b0b74.tar.xz wireguard-linux-b9f96423bba6155cdf54f96f0b1e43fa6d0b0b74.zip |
net: usb: qmi_wwan: remove redundant assignment to variable status
The variable status 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>
Acked-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy/phy.c')
0 files changed, 0 insertions, 0 deletions