Re: [PATCH net-next] net: ethernet: mediatek: remove superfluous local variable for phy address

2016-09-22 Thread David Miller
From: Date: Thu, 22 Sep 2016 16:36:15 +0800 > From: Sean Wang > > remove the unused variable for parsing PHY address > and the related logic for sanity test which would > be all already handled done when of_mdiobus_register > was called > >

Re: [PATCH net-next] net: ethernet: mediatek: remove superfluous local variable for phy address

2016-09-22 Thread David Miller
From: Date: Thu, 22 Sep 2016 16:36:15 +0800 > From: Sean Wang > > remove the unused variable for parsing PHY address > and the related logic for sanity test which would > be all already handled done when of_mdiobus_register > was called > > Reported-by: Nelson Chang > Signed-off-by: Sean

[PATCH net-next] net: ethernet: mediatek: remove superfluous local variable for phy address

2016-09-22 Thread sean.wang
From: Sean Wang remove the unused variable for parsing PHY address and the related logic for sanity test which would be all already handled done when of_mdiobus_register was called Reported-by: Nelson Chang Signed-off-by: Sean Wang

[PATCH net-next] net: ethernet: mediatek: remove superfluous local variable for phy address

2016-09-22 Thread sean.wang
From: Sean Wang remove the unused variable for parsing PHY address and the related logic for sanity test which would be all already handled done when of_mdiobus_register was called Reported-by: Nelson Chang Signed-off-by: Sean Wang --- drivers/net/ethernet/mediatek/mtk_eth_soc.c | 10