[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)
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>

No differences found