]> git.baikalelectronics.ru Git - kernel.git/commit
qlcnic: remove redundant assignment to variable err
authorColin Ian King <colin.king@canonical.com>
Wed, 3 Jul 2019 08:32:14 +0000 (09:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Jul 2019 18:33:55 +0000 (11:33 -0700)
commit6bae76b7b5235ae451c7d647c94bc2c168ecc4fc
treefab6565a5c6da797d6ff6f2bd42f5215ec5486ab
parent2fecaab1b2fef31be26854d67521b8b9df260188
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>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c