Patch fixes compiler warning for 2.4.0-test12
sim710.c: In function `sim710_detect':
sim710.c:1452: warning: comparison between pointer and integer
Pavel Rabel
--- drivers/scsi/sim710.c.old Tue Dec 5 15:34:00 2000
+++ drivers/scsi/sim710.c Tue Dec 5 15:37:18 2000
@@ -1449,7 +1449,7 @
sim710.c: In function `sim710_detect':
sim710.c:1452: warning: comparison between pointer and integer
--- drivers/scsi/sim710.c.old Tue Dec 5 15:34:00 2000
+++ drivers/scsi/sim710.c Tue Dec 5 15:37:18 2000
@@ -1449,7 +1449,7 @@
for(indx = 0; indx < no_of_boards; indx++) {
2 matches
Mail list logo