V4L/DVB: v4l2-ctrls: reorder 'case' statements to match order in header
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 25 Apr 2010 22:21:00 +0000 (19:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 9 Aug 2010 02:43:03 +0000 (23:43 -0300)
commit6c8d61119373aadd28a89b965e2c03d2887752fa
treec195b7c38b842b8bd0ce5bb9ae60f6c1b60658eb
parent0996517cf8eaded69b8502c8f5abeb8cec62b6d4
V4L/DVB: v4l2-ctrls: reorder 'case' statements to match order in header

To make it easier to determine whether all controls are added in v4l2-ctrls.c
the case statements inside the switch are re-ordered to match the header.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/v4l2-ctrls.c