[PATCH] ultrastor build fix
Fix a typo. James Bottomley <James.Bottomley@steeleye.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e8e6993178
commit
69aa3f7158
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue