linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: fix vicam with old gcc
@ 2003-07-14 12:27 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-14 12:27 UTC (permalink / raw)
  To: linux-kernel, marcelo

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/drivers/usb/vicam.c linux.22-pre5-ac1/drivers/usb/vicam.c
--- linux.22-pre5/drivers/usb/vicam.c	2003-07-14 12:27:39.000000000 +0100
+++ linux.22-pre5-ac1/drivers/usb/vicam.c	2003-07-07 15:54:03.000000000 +0100
@@ -763,8 +763,8 @@
 static void
 vicam_close(struct video_device *dev)
 {
-	DBG("close\n");
 	struct vicam_camera *cam = (struct vicam_camera *) dev->priv;
+	DBG("close\n");
 
 
 	if (cam->is_removed) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-14 14:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-14 12:27 PATCH: fix vicam with old gcc Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).