Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c0bc701 authored by Saurav Kashyap's avatar Saurav Kashyap Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Fix typo in qla83xx_fw_dump function.

parent 49300af7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2268,7 +2268,7 @@ qla83xx_fw_dump(scsi_qla_host_t *vha, int hardware_locked)

		if (!cnt) {
			nxt = fw->code_ram;
			nxt += sizeof(fw->code_ram),
			nxt += sizeof(fw->code_ram);
			nxt += (ha->fw_memory_size - 0x100000 + 1);
			goto copy_queue;
		} else