Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Lots of conflicts, by happily all cases of overlapping changes, parallel adds, things of that nature. Thanks to Stephen Rothwell, Saeed Mahameed, and others for their guidance in these resolutions. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -6415,7 +6415,7 @@ static irqreturn_t rtl8169_interrupt(int irq, void *dev_instance)
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (status & LinkChg)
|
||||
if (status & LinkChg && tp->dev->phydev)
|
||||
phy_mac_interrupt(tp->dev->phydev);
|
||||
|
||||
if (unlikely(status & RxFIFOOver &&
|
||||
|
Reference in New Issue
Block a user