linux/drivers/net/ethernet/mediatek
Sean Wang 549e549546 net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPROBE_DEFER
1) 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.
2) Changing with the usage of loops to work out if all clocks
required are fine

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-08-31 20:53:47 -07:00
..
Kconfig
Makefile
mtk_eth_soc.c net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPROBE_DEFER 2016-08-31 20:53:47 -07:00
mtk_eth_soc.h net: ethernet: mediatek: fix incorrect return value of devm_clk_get with EPROBE_DEFER 2016-08-31 20:53:47 -07:00