All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch review] uvc_driver: fix compile warning
@ 2009-04-19 20:03 Alexey Klimov
  2009-04-20 17:25 ` Laurent Pinchart
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Klimov @ 2009-04-19 20:03 UTC (permalink / raw)
  To: Laurent Pinchart, Mauro Carvalho Chehab; +Cc: linux-media, Hans Verkuil

Hello, all
I saw warnings in v4l-dvb daily build.
May this patch be helpful?

Signed-off-by: Alexey Klimov <klimov.linux@gmail.com>

--
diff -r cda79523a93c linux/drivers/media/video/uvc/uvc_driver.c
--- a/linux/drivers/media/video/uvc/uvc_driver.c	Thu Apr 16 18:30:38 2009 +0200
+++ b/linux/drivers/media/video/uvc/uvc_driver.c	Sun Apr 19 23:58:02 2009 +0400
@@ -1726,7 +1726,7 @@
 static int __uvc_resume(struct usb_interface *intf, int reset)
 {
 	struct uvc_device *dev = usb_get_intfdata(intf);
-	int ret;
+	int ret = 0;
 
 	uvc_trace(UVC_TRACE_SUSPEND, "Resuming interface %u\n",
 		intf->cur_altsetting->desc.bInterfaceNumber);
 



-- 
Best regards, Klimov Alexey


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-20 20:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-19 20:03 [patch review] uvc_driver: fix compile warning Alexey Klimov
2009-04-20 17:25 ` Laurent Pinchart
2009-04-20 17:50   ` Mauro Carvalho Chehab
2009-04-20 20:12     ` Laurent Pinchart
2009-04-20 20:47       ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.