Commit 4e33bd87 authored by James Bottomley's avatar James Bottomley

[SCSI] ultrastor: fix compile failure

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment