Commit 8d2b21db authored by Bart Van Assche's avatar Bart Van Assche Committed by James Bottomley

qla2xxx: Fix indentation

Detected by smatch.
Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
Acked-by: default avatarHimanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Odin.com>
parent 5897cb2f
...@@ -3141,8 +3141,7 @@ qla8044_minidump_process_rdmdio(struct scsi_qla_host *vha, ...@@ -3141,8 +3141,7 @@ qla8044_minidump_process_rdmdio(struct scsi_qla_host *vha,
goto error; goto error;
addr7 = addr2 - (4 * stride1); addr7 = addr2 - (4 * stride1);
data = qla8044_ipmdio_rd_reg(vha, addr1, addr3, data = qla8044_ipmdio_rd_reg(vha, addr1, addr3, mask, addr7);
mask, addr7);
if (data == -1) if (data == -1)
goto error; goto error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment