aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2014-03-05 00:09:41 -0500
committerJames Bottomley <JBottomley@Parallels.com>2014-03-19 18:04:44 -0400
commit4909cc2b89715c2dfd4c466a37cc08b2b3890fed (patch)
treeec1265c77c00c04ba212fbaff3033b9994d97343 /drivers/scsi/pm8001
parentaa8033705eee0a2f682bd64974ea12e224e8aab5 (diff)
[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>
Diffstat (limited to 'drivers/scsi/pm8001')
-rw-r--r--drivers/scsi/pm8001/pm8001_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c
index cb89d15b3028..c4f31b21feb8 100644
--- a/drivers/scsi/pm8001/pm8001_init.c
+++ b/drivers/scsi/pm8001/pm8001_init.c
@@ -716,11 +716,9 @@ static u32 pm8001_setup_msix(struct pm8001_hba_info *pm8001_ha)
716 /* SPCv controllers supports 64 msi-x */ 716 /* SPCv controllers supports 64 msi-x */
717 if (pm8001_ha->chip_id == chip_8001) { 717 if (pm8001_ha->chip_id == chip_8001) {
718 number_of_intr = 1; 718 number_of_intr = 1;
719 flag |= IRQF_DISABLED;
720 } else { 719 } else {
721 number_of_intr = PM8001_MAX_MSIX_VEC; 720 number_of_intr = PM8001_MAX_MSIX_VEC;
722 flag &= ~IRQF_SHARED; 721 flag &= ~IRQF_SHARED;
723 flag |= IRQF_DISABLED;
724 } 722 }
725 723
726 max_entry = sizeof(pm8001_ha->msix_entries) / 724 max_entry = sizeof(pm8001_ha->msix_entries) /