commit | 081a1b123c4dfea09562bf5f66f7c2ae20b554a3 | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Fri Oct 19 02:06:53 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 19 17:04:38 2018 -0700 |
tree | 937263aa0721f7e554d39a70efecb60ee872332b | |
parent | 643d813a0efd7e6fd78b49f69643af66731e05c8 [diff] |
net: ethernet: lpc_eth: remove unused local variable A trivial change which removes an unused local variable, the issue is reported as a compile time warning: drivers/net/ethernet/nxp/lpc_eth.c: In function 'lpc_eth_drv_probe': drivers/net/ethernet/nxp/lpc_eth.c:1250:21: warning: variable 'phydev' set but not used [-Wunused-but-set-variable] struct phy_device *phydev; ^~~~~~ Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Signed-off-by: David S. Miller <davem@davemloft.net>