提交 e18e963b 编写于 作者: A Andrew Vasquez 提交者: James Bottomley

qla2xxx: Correct (again) overflow during dump-processing on large-memory ISP23xx parts.

Commit 7b867cf7 ([SCSI] qla2xxx:
Refactor qla data structures) inadvertently reverted
e792121e ([SCSI] qla2xxx: Correct
overflow during dump-processing on large-memory ISP23xx parts.).

Cc: stable@kernel.org
Signed-off-by: NAndrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
上级 9d2683c0
...@@ -216,7 +216,7 @@ qla24xx_soft_reset(struct qla_hw_data *ha) ...@@ -216,7 +216,7 @@ qla24xx_soft_reset(struct qla_hw_data *ha)
static int static int
qla2xxx_dump_ram(struct qla_hw_data *ha, uint32_t addr, uint16_t *ram, qla2xxx_dump_ram(struct qla_hw_data *ha, uint32_t addr, uint16_t *ram,
uint16_t ram_words, void **nxt) uint32_t ram_words, void **nxt)
{ {
int rval; int rval;
uint32_t cnt, stat, timer, words, idx; uint32_t cnt, stat, timer, words, idx;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册