diff options
-rw-r--r-- | drivers/scsi/hpsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 745c62444d25..3734f31d08a8 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -2982,7 +2982,7 @@ static irqreturn_t do_hpsa_intr(int irq, void *dev_id) | |||
2982 | return IRQ_HANDLED; | 2982 | return IRQ_HANDLED; |
2983 | } | 2983 | } |
2984 | 2984 | ||
2985 | /* Send a message CDB to the firmwart. */ | 2985 | /* Send a message CDB to the firmware. */ |
2986 | static __devinit int hpsa_message(struct pci_dev *pdev, unsigned char opcode, | 2986 | static __devinit int hpsa_message(struct pci_dev *pdev, unsigned char opcode, |
2987 | unsigned char type) | 2987 | unsigned char type) |
2988 | { | 2988 | { |