[SCSI] remove deprecated IRQF_DISABLED from SCSI
It's a NOOP since 2.6.35 and it will be removed one day. [jejb: remove from missed arm scsi drivers] Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:

committed by
James Bottomley

parent
aa8033705e
commit
4909cc2b89
@@ -1221,7 +1221,7 @@ static int port_detect(unsigned long port_base, unsigned int j,
|
||||
|
||||
/* Board detected, allocate its IRQ */
|
||||
if (request_irq(irq, do_interrupt_handler,
|
||||
IRQF_DISABLED | ((subversion == ESA) ? IRQF_SHARED : 0),
|
||||
(subversion == ESA) ? IRQF_SHARED : 0,
|
||||
driver_name, (void *)&sha[j])) {
|
||||
printk("%s: unable to allocate IRQ %u, detaching.\n", name,
|
||||
irq);
|
||||
|
Reference in New Issue
Block a user