commit | 3f5e18249ce0d71a900bfdb8df327269483e730d | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Tue Apr 06 08:14:11 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed May 19 12:57:07 2010 -0300 |
tree | 70db9a808484a79c2dc93e23be2ad9f9b9d2e079 | |
parent | 1d94aa369da073acff26fa98ad6b2168cb028ab1 [diff] |
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>