diff options
author | Saurav Kashyap <saurav.kashyap@qlogic.com> | 2012-11-21 02:40:35 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-11-30 09:57:00 -0500 |
commit | 8c0bc701f9cd393119056cf6c9863bc5503cb0dd (patch) | |
tree | 6bcadd7b16d7c156847e5f58a8bae96084e618a6 /drivers/scsi | |
parent | 49300af727bf095bff9dca71547b21a05f92b243 (diff) |
[SCSI] qla2xxx: Fix typo in qla83xx_fw_dump function.
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_dbg.c b/drivers/scsi/qla2xxx/qla_dbg.c index 04b28235e584..9b9c632b34fe 100644 --- a/drivers/scsi/qla2xxx/qla_dbg.c +++ b/drivers/scsi/qla2xxx/qla_dbg.c | |||
@@ -2268,7 +2268,7 @@ qla83xx_fw_dump(scsi_qla_host_t *vha, int hardware_locked) | |||
2268 | 2268 | ||
2269 | if (!cnt) { | 2269 | if (!cnt) { |
2270 | nxt = fw->code_ram; | 2270 | nxt = fw->code_ram; |
2271 | nxt += sizeof(fw->code_ram), | 2271 | nxt += sizeof(fw->code_ram); |
2272 | nxt += (ha->fw_memory_size - 0x100000 + 1); | 2272 | nxt += (ha->fw_memory_size - 0x100000 + 1); |
2273 | goto copy_queue; | 2273 | goto copy_queue; |
2274 | } else | 2274 | } else |