commit | 98b07e3ed019cbea5ad049df3892957d5fa90b9e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Nov 09 07:52:15 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 11 19:13:39 2017 +0900 |
tree | 445894095c4ac29bcb8951182bf3c25ef1b17b51 | |
parent | a3e2ecbae0198e4cb9a63db5ac3131cbd58ec2b2 [diff] |
qlge: remove duplicated assignment to mbcp The assignment to mbcp is identical to the initiatialized value assigned to mbcp at declaration time a few lines earlier, hence we can remove the second redundant assignment. Cleans up clang warning: drivers/net/ethernet/qlogic/qlge/qlge_mpi.c:209:22: warning: Value stored to 'mbcp' during its initialization is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>