mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-16 14:02:10 +00:00
[PATCH] e1000: irq naming update
Use the new names. Cc: Auke Kok <auke-jan.h.kok@intel.com> Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
7d450e0071
commit
61ef5c00a6
@ -283,7 +283,7 @@ static int e1000_request_irq(struct e1000_adapter *adapter)
|
||||
}
|
||||
}
|
||||
if (adapter->have_msi)
|
||||
flags &= ~SA_SHIRQ;
|
||||
flags &= ~IRQF_SHARED;
|
||||
#endif
|
||||
if ((err = request_irq(adapter->pdev->irq, &e1000_intr, flags,
|
||||
netdev->name, netdev)))
|
||||
|
Loading…
Reference in New Issue
Block a user