]> asedeno.scripts.mit.edu Git - linux.git/commit
net: aquantia: remove some redundant variable initializations
authorColin Ian King <colin.king@canonical.com>
Mon, 8 Oct 2018 13:35:58 +0000 (14:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 05:18:01 +0000 (22:18 -0700)
commita26b0b53cc38eb414c1d7a327bfd63cb357cebf9
treeae7c404db8858a1d81f03ce94854f69252432611
parenta6deaa99591098a3e558978c6cec0054fd1d3b97
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>
drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c