The patch number 10912 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Hans Verkuil <[email protected]>
vivi: fix compile warning.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/vivi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r 5f3e217f183e -r b71b42e8205c linux/drivers/media/video/vivi.c
--- a/linux/drivers/media/video/vivi.c Fri Mar 06 13:56:49 2009 +0100
+++ b/linux/drivers/media/video/vivi.c Fri Mar 06 13:58:12 2009 +0100
@@ -1413,7 +1413,7 @@ free_dev:
*/
static int __init vivi_init(void)
{
- int ret, i;
+ int ret = 0, i;
if (n_devs <= 0)
n_devs = 1;
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/b71b42e8205c2a7c5481b2f84f9558db4935c0fd
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits