From: Vladimir Zapolskiy <v...@mleia.com> Date: Fri, 19 Oct 2018 02:06:53 +0300
> 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 <v...@mleia.com> Applied.