]> 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)
commitf1166349fe018735a48eae2275370729ccd3aa32
tree9ba868c7c2fd914458811de4f908d5675402234b
parente0e79bdc2e9619603c434ef7c2bb85f84b3134df
[media] v4l2-compat-ioctl32: fix compilation breakage

changeset cfdc3444f5 (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