lkml.org 
[lkml]   [2005]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectfix ultrastor.c compile error
This simple patch fixes a compile error in the ultrastor driver. Patch 
was originally submitted by Barry K. Nathan as referenced here:
http://marc.theaimsgroup.com/?l=linux-kernel&m=111391774018717&w=2
I just regenerated it against your current git tree. Please apply.

--
kr

Signed-off-by: K.R. Foley <kr@cybsft.com>
--- linux.test/drivers/scsi/ultrastor.c.orig 2005-04-22 08:38:06.000000000 -0500
+++ linux.test/drivers/scsi/ultrastor.c 2005-04-22 08:38:12.000000000 -0500
@@ -945,7 +945,7 @@
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;
\
 
 \ /
  Last update: 2005-04-22 15:59    [W:0.032 / U:0.796 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site