mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
r8169: Fix netpoll oops
Pass the correct thing to rtl8169_interrupt() from netpoll.
Cc: Realtek linux nic maintainers <nic_swsd@realtek.com>
Cc: netdev@vger.kernel.org
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Fixes: ebcd5daa7f
("r8169: change interrupt handler argument type")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
456488cd95
commit
6d8b834989
@ -7148,7 +7148,7 @@ static void rtl8169_netpoll(struct net_device *dev)
|
||||
{
|
||||
struct rtl8169_private *tp = netdev_priv(dev);
|
||||
|
||||
rtl8169_interrupt(pci_irq_vector(tp->pci_dev, 0), dev);
|
||||
rtl8169_interrupt(pci_irq_vector(tp->pci_dev, 0), tp);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user