]> git.karo-electronics.de Git - mv-sheeva.git/commit
[media] v4l2-compat-ioctl32: fix compile warning
authorHans Verkuil <hverkuil@xs4all.nl>
Fri, 31 Dec 2010 15:34:32 +0000 (12:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 4 Jan 2011 18:47:50 +0000 (16:47 -0200)
commit36f54ff67bc78c6d8dc4a90ac257165e05fdd8da
tree9f491c698f7114a4b40bc6f8951d0e67166afe08
parent1a5e5af0d2111fdc39c6f2275ed2a9e2e6dd69e2
[media] v4l2-compat-ioctl32: fix compile warning

drivers/media/video/v4l2-compat-ioctl32.c: In function 'get_v4l2_format32':
drivers/media/video/v4l2-compat-ioctl32.c:169:2: warning: case value '0' not in enumerated type 'enum v4l2_buf_type'
drivers/media/video/v4l2-compat-ioctl32.c: In function 'put_v4l2_format32':
drivers/media/video/v4l2-compat-ioctl32.c:200:2: warning: case value '0' not in enumerated type 'enum v4l2_buf_type'

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-compat-ioctl32.c