commit | a26b0b53cc38eb414c1d7a327bfd63cb357cebf9 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Oct 08 14:35:58 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 10 22:18:01 2018 -0700 |
tree | ae7c404db8858a1d81f03ce94854f69252432611 | |
parent | a6deaa99591098a3e558978c6cec0054fd1d3b97 [diff] |
net: aquantia: remove some redundant variable initializations There are several variables being initialized that are being set later and hence the initialization is redundant and can be removed. Remove then. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>