Skip to content

Commit

Permalink
[SCSI] ultrastor: fix compile failure
Browse files Browse the repository at this point in the history
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
James Bottomley committed May 20, 2005
1 parent 93fc429 commit 4e33bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/ultrastor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4e33bd8

Please sign in to comment.