• S
    net/fec: fec_reset_phy() does not need to always succeed · a9b2c8ef
    Shawn Guo 提交于
    FEC can work without a phy reset on some platforms, which means not
    very platform necessarily have a phy-reset gpio encoded in device tree.
    Even on the platforms that have the gpio, FEC can work without
    resetting phy for some cases, e.g. boot loader has done that.
    
    So it makes more sense to have the phy-reset-gpio request failure as
    a debug message rather than a warning, and get fec_reset_phy() return
    void since the caller does not check the return anyway.
    Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    a9b2c8ef
fec.c 40.9 KB