]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
[media] v4l2-ioctl: don't print the clips list
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 3 Jun 2013 07:35:22 +0000 (04:35 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 9 Jun 2013 00:36:21 +0000 (21:36 -0300)
commit560dde24adfdc9dbcd141c75faecc5e0402fe531
treeaa77786e62e1938d03a4ae496813892a202bfab8
parent3963d4fb869de1144aebe6eef074995f086961c4
[media] v4l2-ioctl: don't print the clips list

The clips pointer is a userspace pointer, not a kernelspace pointer,
so you can't dereference the clips pointer.
Also add a few missing commas and newlines.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/v4l2-core/v4l2-ioctl.c