• Timur Tabi's avatar
    net: qcom/emac: display the phy driver info after we connect · 9da34f27
    Timur Tabi authored
    The PHY driver is attached only when the driver calls
    phy_connect_direct().  Calling phy_attached_print() to display
    information about the PHY driver prior to that point is meaningless.
    The interface can be brought down, a new PHY driver can be loaded,
    and the interface then brought back up.  This is the correct time
    to display information about the attached driver.
    
    Since phy_attached_print() also prints information about the
    interrupt, that needs to be set as well.
    Signed-off-by: default avatarTimur Tabi <timur@codeaurora.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    9da34f27
emac-mac.c 44.6 KB