Re: [PATCH] net: ethernet: lpc_eth: remove unused local variable

2018-10-19 Thread David Miller
From: Vladimir Zapolskiy 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:

[PATCH] net: ethernet: lpc_eth: remove unused local variable

2018-10-18 Thread Vladimir Zapolskiy
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]