Re: [RESEND PATCH net 02/10] net: ethernet: mediatek: fix incorrect

2016-08-25 Thread Sean Wang
On Date: Thu, 25 Aug 2016 15:49:10 +0200, John Crispin wrote: >On 25/08/2016 12:44, Sean Wang wrote: >> If the return value of devm_clk_get is EPROBE_DEFER, we should >> defer probing the driver. The change is verified and works based >> on 4.8-rc1 staying with the latest clk-next code for MT7623.

Re: [RESEND PATCH net 02/10] net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPROBE_DEFER

2016-08-25 Thread John Crispin
On 25/08/2016 12:44, Sean Wang wrote: > If the return value of devm_clk_get is EPROBE_DEFER, we should > defer probing the driver. The change is verified and works based > on 4.8-rc1 staying with the latest clk-next code for MT7623. > > Signed-off-by: Sean Wang > --- > drivers/net/ethernet/med

[RESEND PATCH net 02/10] net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPROBE_DEFER

2016-08-25 Thread Sean Wang
If the return value of devm_clk_get is EPROBE_DEFER, we should defer probing the driver. The change is verified and works based on 4.8-rc1 staying with the latest clk-next code for MT7623. Signed-off-by: Sean Wang --- drivers/net/ethernet/mediatek/mtk_eth_soc.c | 11 +-- 1 file changed,