diff options
Diffstat (limited to 'drivers/scsi/aha152x.c')
-rw-r--r-- | drivers/scsi/aha152x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aha152x.c b/drivers/scsi/aha152x.c index 3f7b6fee0a74..e86eb6a921fc 100644 --- a/drivers/scsi/aha152x.c +++ b/drivers/scsi/aha152x.c | |||
@@ -857,7 +857,7 @@ struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *setup) | |||
857 | SETPORT(SIMODE0, 0); | 857 | SETPORT(SIMODE0, 0); |
858 | SETPORT(SIMODE1, 0); | 858 | SETPORT(SIMODE1, 0); |
859 | 859 | ||
860 | if( request_irq(shpnt->irq, swintr, IRQF_DISABLED|IRQF_SHARED, "aha152x", shpnt) ) { | 860 | if (request_irq(shpnt->irq, swintr, IRQF_SHARED, "aha152x", shpnt)) { |
861 | printk(KERN_ERR "aha152x%d: irq %d busy.\n", shpnt->host_no, shpnt->irq); | 861 | printk(KERN_ERR "aha152x%d: irq %d busy.\n", shpnt->host_no, shpnt->irq); |
862 | goto out_host_put; | 862 | goto out_host_put; |
863 | } | 863 | } |
@@ -891,7 +891,7 @@ struct Scsi_Host *aha152x_probe_one(struct aha152x_setup *setup) | |||
891 | SETPORT(SSTAT0, 0x7f); | 891 | SETPORT(SSTAT0, 0x7f); |
892 | SETPORT(SSTAT1, 0xef); | 892 | SETPORT(SSTAT1, 0xef); |
893 | 893 | ||
894 | if ( request_irq(shpnt->irq, intr, IRQF_DISABLED|IRQF_SHARED, "aha152x", shpnt) ) { | 894 | if (request_irq(shpnt->irq, intr, IRQF_SHARED, "aha152x", shpnt)) { |
895 | printk(KERN_ERR "aha152x%d: failed to reassign irq %d.\n", shpnt->host_no, shpnt->irq); | 895 | printk(KERN_ERR "aha152x%d: failed to reassign irq %d.\n", shpnt->host_no, shpnt->irq); |
896 | goto out_host_put; | 896 | goto out_host_put; |
897 | } | 897 | } |