diff options
author | Shawn Guo | 2012-06-27 05:45:20 +0200 |
---|---|---|
committer | David S. Miller | 2012-06-28 06:22:05 +0200 |
commit | 2ca9b2aa0d5a43e954789e0da675a826b83932b7 (patch) | |
tree | 215e82c4d767ee066082f973f765baa90db66e25 /kernel/smp.c | |
parent | bnx2: Add missing netif_tx_disable() in bnx2_close() (diff) | |
download | kernel-qcow2-linux-2ca9b2aa0d5a43e954789e0da675a826b83932b7.tar.gz kernel-qcow2-linux-2ca9b2aa0d5a43e954789e0da675a826b83932b7.tar.xz kernel-qcow2-linux-2ca9b2aa0d5a43e954789e0da675a826b83932b7.zip |
net: fec: reset phy after pinctrl setup
In case that bootloader or platform initialization does not set up
fec pins, the fec_reset_phy will not be able to succeed, because
fec_reset_phy is currently called before devm_pinctrl_get_select_default.
Move fec_reset_phy call to the place between devm_pinctrl_get_select_default
and fec_enet_init to have above case be taken care.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/smp.c')
0 files changed, 0 insertions, 0 deletions