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

Commit fbce4f49 authored by Joe Carnuccio's avatar Joe Carnuccio Committed by Christoph Hellwig
Browse files

qla2xxx: Update entry type 270 to match spec update.



Increment the address by 4 on each iteration.

Signed-off-by: default avatarJoe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: default avatarSaurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent cf3af76b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -613,7 +613,7 @@ qla27xx_fwdt_entry_t270(struct scsi_qla_host *vha,
		qla27xx_write_reg(reg, 0xc0, addr|0x80000000, buf);
		qla27xx_write_reg(reg, 0xc0, addr|0x80000000, buf);
		qla27xx_insert32(addr, buf, len);
		qla27xx_insert32(addr, buf, len);
		qla27xx_read_off(reg, 0xc4, buf, len);
		qla27xx_read_off(reg, 0xc4, buf, len);
		addr++;
		addr += sizeof(uint32_t);
	}
	}


	return false;
	return false;