aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/atp870u.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/atp870u.c')
-rw-r--r--drivers/scsi/atp870u.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/atp870u.c b/drivers/scsi/atp870u.c
index 69e6e9821c9e..0ec41f34f462 100644
--- a/drivers/scsi/atp870u.c
+++ b/drivers/scsi/atp870u.c
@@ -2754,7 +2754,7 @@ flash_ok_880:
2754 goto unregister; 2754 goto unregister;
2755 } 2755 }
2756 2756
2757 if (request_irq(pdev->irq, atp870u_intr_handle, SA_SHIRQ, "atp880i", shpnt)) { 2757 if (request_irq(pdev->irq, atp870u_intr_handle, IRQF_SHARED, "atp880i", shpnt)) {
2758 printk(KERN_ERR "Unable to allocate IRQ%d for Acard controller.\n", pdev->irq); 2758 printk(KERN_ERR "Unable to allocate IRQ%d for Acard controller.\n", pdev->irq);
2759 goto free_tables; 2759 goto free_tables;
2760 } 2760 }
@@ -2825,7 +2825,7 @@ flash_ok_880:
2825#ifdef ED_DBGP 2825#ifdef ED_DBGP
2826 printk("request_irq() shpnt %p hostdata %p\n", shpnt, p); 2826 printk("request_irq() shpnt %p hostdata %p\n", shpnt, p);
2827#endif 2827#endif
2828 if (request_irq(pdev->irq, atp870u_intr_handle, SA_SHIRQ, "atp870u", shpnt)) { 2828 if (request_irq(pdev->irq, atp870u_intr_handle, IRQF_SHARED, "atp870u", shpnt)) {
2829 printk(KERN_ERR "Unable to allocate IRQ for Acard controller.\n"); 2829 printk(KERN_ERR "Unable to allocate IRQ for Acard controller.\n");
2830 goto free_tables; 2830 goto free_tables;
2831 } 2831 }
@@ -3007,7 +3007,7 @@ flash_ok_885:
3007 if (atp870u_init_tables(shpnt) < 0) 3007 if (atp870u_init_tables(shpnt) < 0)
3008 goto unregister; 3008 goto unregister;
3009 3009
3010 if (request_irq(pdev->irq, atp870u_intr_handle, SA_SHIRQ, "atp870i", shpnt)) { 3010 if (request_irq(pdev->irq, atp870u_intr_handle, IRQF_SHARED, "atp870i", shpnt)) {
3011 printk(KERN_ERR "Unable to allocate IRQ%d for Acard controller.\n", pdev->irq); 3011 printk(KERN_ERR "Unable to allocate IRQ%d for Acard controller.\n", pdev->irq);
3012 goto free_tables; 3012 goto free_tables;
3013 } 3013 }