[7227] in linux-scsi channel archive

home help back first fref pref prev next nref lref last post

compile warning

daemon@ATHENA.MIT.EDU (Geert Uytterhoeven)
Thu Sep 16 14:53:17 1999

Date:   Thu, 16 Sep 1999 20:49:47 +0200 (MET DST)
From:   Geert Uytterhoeven <geert@sonycom.com>
To:     linux-scsi@vger.rutgers.edu
Message-ID: <Pine.GSO.4.10.9909162049070.2231-100000@ivy.sonytel.be>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Is this fix OK (for vger-now)?

Index: drivers/scsi/scsi.c
===================================================================
RCS file: /vger/u4/cvs/linux/drivers/scsi/scsi.c,v
retrieving revision 1.91
diff -u -r1.91 scsi.c
--- scsi.c	1999/09/10 10:42:40	1.91
+++ scsi.c	1999/09/16 18:35:30
@@ -3244,7 +3244,7 @@
 			}
 		}
 	}
-	printk("wait_for_request = %p\n", wait_for_request);
+	printk("wait_for_request = %p\n", &wait_for_request);
 #endif	/* CONFIG_SCSI_LOGGING */ /* } */
 #endif				/* CONFIG_PROC_FS */
 }

Greetings,

						Geert

--
Geert Uytterhoeven ----------------- Sony Suprastructure Center Europe (SUPC-E)
Geert.Uytterhoeven@sonycom.com ------------------- Sint Stevens Woluwestraat 55
Phone +32-2-7248620 Fax +32-2-7242686 ---------------- B-1130 Brussels, Belgium


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu

home help back first fref pref prev next nref lref last post