aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-07-12 16:50:03 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-02 15:42:53 -0400
commitabf84383ecadc8ada1963f9976e887c6f0b1bad9 (patch)
tree34f369a2f7ee7dc3f42d36f487219fbd0782a265 /drivers/media/video/cx18
parent1676e4ab55944d483695f51e46b1e629af59706e (diff)
V4L/DVB: drivers/media: Remove unnecessary casts of private_data
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Jarod Wilson <jarod@redhat.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r--drivers/media/video/cx18/cx18-ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-ioctl.c b/drivers/media/video/cx18/cx18-ioctl.c
index 20eaf38ba95..d6792405f8d 100644
--- a/drivers/media/video/cx18/cx18-ioctl.c
+++ b/drivers/media/video/cx18/cx18-ioctl.c
@@ -1081,7 +1081,7 @@ long cx18_v4l2_ioctl(struct file *filp, unsigned int cmd,
1081 unsigned long arg) 1081 unsigned long arg)
1082{ 1082{
1083 struct video_device *vfd = video_devdata(filp); 1083 struct video_device *vfd = video_devdata(filp);
1084 struct cx18_open_id *id = (struct cx18_open_id *)filp->private_data; 1084 struct cx18_open_id *id = filp->private_data;
1085 struct cx18 *cx = id->cx; 1085 struct cx18 *cx = id->cx;
1086 long res; 1086 long res;
1087 1087