]> git.baikalelectronics.ru Git - kernel.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)
commitd420d3409c738b85e00cefd212c70b1f97ebc7b3
treeae7c404db8858a1d81f03ce94854f69252432611
parent1c109aabba7ff304f64aaf7b18b736cdd967c614
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