aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorStephen M. Cameron <scameron@beardog.cce.hp.com>2010-02-25 15:02:56 -0500
committerJames Bottomley <James.Bottomley@suse.de>2010-03-03 08:05:50 -0500
commitf0edafc6628f924a424ab4059df74f46f4f4241e (patch)
treef10f71e999c7c6255ea8511483f5fb39d9184c80 /drivers
parent667e23d4e968f6826dc5d3e81238a7f1f343fb4f (diff)
[SCSI] hpsa: fix firmwart typo
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/hpsa.c2
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. */
2986static __devinit int hpsa_message(struct pci_dev *pdev, unsigned char opcode, 2986static __devinit int hpsa_message(struct pci_dev *pdev, unsigned char opcode,
2987 unsigned char type) 2987 unsigned char type)
2988{ 2988{