From: Florian Fainelli <f.faine...@gmail.com> Date: Sat, 17 Oct 2015 14:22:46 -0700
> From: Florian Fainelli <f.faine...@gmail.com> > > Link interrupts are enabled in init_umac(), which is too early for us to > process them since we do not yet have a valid PHY device pointer. On > BCM7425 chips for instance, we will crash calling phy_mac_interrupt() > because phydev is NULL. > > Fix this by moving the link interrupts enabling in > bcmgenet_netif_start(), under a specific function: > bcmgenet_link_intr_enable() and while at it, update the comments > surrounding the code. > > Fixes: 6cc8e6d4dcb36 ("net: bcmgenet: Delay PHY initialization to > bcmgenet_open()") > Signed-off-by: Florian Fainelli <f.faine...@gmail.com> Applied, thanks Florian. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html