diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-07-03 09:32:14 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-03 11:33:55 -0700 |
commit | 2559d7c4dd0eb17e6454fc7f52f9c5ea63a272df (patch) | |
tree | fab6565a5c6da797d6ff6f2bd42f5215ec5486ab /net | |
parent | b70d846cf446f71eda352be46a94e330e3255406 (diff) | |
download | linux-2559d7c4dd0eb17e6454fc7f52f9c5ea63a272df.tar.bz2 |
qlcnic: remove redundant assignment to variable err
The variable err 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.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions