Commits
Ioana Ciornei committed fd7102c32b2
staging: fsl-dpaa2/mac: reverse order of handling stop/start IRQs Both the LINK_UP_REQ and the LINK_DOWN_REQ IRQs can be received in the same time when a reset is performed on the DPMAC's partner. Handle first the link down and then the link up so that we do not trigger a phylib WARNING like the following: [ 446.272011] called from state NOLINK [ 446.275604] WARNING: CPU: 0 PID: 473 at drivers/net/phy/phy.c:874 phy_start+0x44/0xa8 Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>