The patch number 12581 was added via Mauro Carvalho Chehab <[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: Mauro Carvalho Chehab  <[email protected]>
merge: http://linuxtv.org/hg/~gliakhovetski/v4l-dvb


Signed-off-by: Mauro Carvalho Chehab <[email protected]>


---

 linux/drivers/media/video/soc_camera.c          |    1 -
 linux/drivers/media/video/soc_camera_platform.c |    1 -
 2 files changed, 2 deletions(-)

diff -r 5495bf077cd8 -r 9b52c44965e3 linux/drivers/media/video/soc_camera.c
--- a/linux/drivers/media/video/soc_camera.c    Sun Aug 30 18:56:14 2009 -0300
+++ b/linux/drivers/media/video/soc_camera.c    Sun Aug 30 19:04:22 2009 -0300
@@ -857,7 +857,6 @@
                goto ei2cnd;
        }
 
-       subdev->grp_id = (__u32)icd;
        client = subdev->priv;
 
        /* Use to_i2c_client(dev) to recover the i2c client */
diff -r 5495bf077cd8 -r 9b52c44965e3 
linux/drivers/media/video/soc_camera_platform.c
--- a/linux/drivers/media/video/soc_camera_platform.c   Sun Aug 30 18:56:14 
2009 -0300
+++ b/linux/drivers/media/video/soc_camera_platform.c   Sun Aug 30 19:04:22 
2009 -0300
@@ -137,7 +137,6 @@
 
        v4l2_subdev_init(&priv->subdev, &platform_subdev_ops);
        v4l2_set_subdevdata(&priv->subdev, p);
-       priv->subdev.grp_id = (__u32)icd;
        strncpy(priv->subdev.name, dev_name(&pdev->dev), V4L2_SUBDEV_NAME_SIZE);
 
        ret = v4l2_device_register_subdev(&ici->v4l2_dev, &priv->subdev);


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/9b52c44965e3919c666201aba5a3c518366107bf

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to