V4L/DVB: video_ioctl2: don't return, use break
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 6 Apr 2010 11:14:11 +0000 (08:14 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:07 +0000 (12:57 -0300)
commit3f5e18249ce0d71a900bfdb8df327269483e730d
tree70db9a808484a79c2dc93e23be2ad9f9b9d2e079
parent1d94aa369da073acff26fa98ad6b2168cb028ab1
V4L/DVB: video_ioctl2: don't return, use break

You want to be able to reach the debug code at the end of this function,
so don't use return, use break.

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