You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] Scheduled removal of SA_xxx interrupt flags fixups 2
The obsolete SA_xxx interrupt flags have been used despite the scheduled removal. Fixup the remaining users in -mm. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
38515e908b
commit
2db6346f76
@@ -1035,7 +1035,7 @@ static int sc92031_open(struct net_device *dev)
|
||||
priv->tx_head = priv->tx_tail = 0;
|
||||
|
||||
err = request_irq(pdev->irq, sc92031_interrupt,
|
||||
SA_SHIRQ, dev->name, dev);
|
||||
IRQF_SHARED, dev->name, dev);
|
||||
if (unlikely(err < 0))
|
||||
goto out_request_irq;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user