提交 4e33bd87 编写于 作者: J James Bottomley

[SCSI] ultrastor: fix compile failure

Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 93fc4294
......@@ -945,7 +945,7 @@ static int ultrastor_abort(Scsi_Cmnd *SCpnt)
config.mscp[mscp_index].SCint, SCpnt);
#endif
if (config.mscp[mscp_index].SCint == 0)
return FAILURE;
return FAILED;
if (config.mscp[mscp_index].SCint != SCpnt) panic("Bad abort");
config.mscp[mscp_index].SCint = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册