]> git.baikalelectronics.ru Git - kernel.git/commit
[media] v4l2-compat-ioctl32: fix compilation breakage
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jul 2012 00:48:58 +0000 (21:48 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jul 2012 00:58:48 +0000 (21:58 -0300)
commit4ee18b19ea5eb35f26f33b2b94db5459b27aac97
tree9ba868c7c2fd914458811de4f908d5675402234b
parentfe7569bf19901fc1cab21ff17cee59eee1f6da3b
[media] v4l2-compat-ioctl32: fix compilation breakage

changeset 03d6d1a1ca (v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT)
broke compilation on x86_64:

v4l2-compat-ioctl32.c: In function 'get_v4l2_buffer32':
v4l2-compat-ioctl32.c:391:4: error: expected ')' before 'return'
...
v4l2-compat-ioctl32.c: In function 'put_v4l2_buffer32':
v4l2-compat-ioctl32.c:475:4: error: expected ')' before 'return'
...

Add the missing close parenthesis character.

Cc: Sakari Ailus <sakari.ailus@iki.fi>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-compat-ioctl32.c