[PATCH][2.6.x] Compilation warning in pwc-if.c

From: pinotj
Date: Sun Mar 21 2004 - 06:12:25 EST


Just to fix a compilation warning in pwc-if.c

Regards,

Jerome Pinot

diff -Nru a/drivers/usb/media/pwc-if.c b/drivers/usb/media/pwc-if.c
--- a/drivers/usb/media/pwc-if.c 2004-03-11 11:55:37.000000000 +0900
+++ b/drivers/usb/media/pwc-if.c 2004-03-17 14:14:58.000000000 +0900
@@ -1121,6 +1121,7 @@
static int pwc_video_release(struct video_device *vfd)
{
Trace(TRACE_OPEN, "pwc_video_release() called. Now what?\n");
+ return 0;
}



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