[patch] 2.3.99-pre4-3 patch for sym53c8xx_comm.h

From: Tim Waugh (twaugh@redhat.com)
Date: Mon Apr 03 2000 - 10:50:29 EST


Here is a patch for sym53c8xx_comm.h to make it return 1 instead of 0 all
the time.

Tim.
*/

Index: drivers/scsi/sym53c8xx_comm.h
===================================================================
RCS file: /usr/local/src/cvsroot/linux/drivers/scsi/sym53c8xx_comm.h,v
retrieving revision 1.1.1.2
diff -d -u -r1.1.1.2 sym53c8xx_comm.h
--- drivers/scsi/sym53c8xx_comm.h 2000/04/03 08:23:54 1.1.1.2
+++ drivers/scsi/sym53c8xx_comm.h 2000/04/03 15:49:32
@@ -2178,7 +2178,7 @@
                         ++cur;
         }
 #endif /* SCSI_NCR_BOOT_COMMAND_LINE_SUPPORT */
- return 0;
+ return 1;
 }
 
 /*===================================================================

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Apr 07 2000 - 21:00:10 EST