提交 fbce4f49 编写于 作者: J Joe Carnuccio 提交者: Christoph Hellwig

qla2xxx: Update entry type 270 to match spec update.

Increment the address by 4 on each iteration.
Signed-off-by: NJoe Carnuccio <joe.carnuccio@qlogic.com>
Signed-off-by: NSaurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: NChristoph Hellwig <hch@lst.de>
上级 cf3af76b
......@@ -613,7 +613,7 @@ qla27xx_fwdt_entry_t270(struct scsi_qla_host *vha,
qla27xx_write_reg(reg, 0xc0, addr|0x80000000, buf);
qla27xx_insert32(addr, buf, len);
qla27xx_read_off(reg, 0xc4, buf, len);
addr++;
addr += sizeof(uint32_t);
}
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册