[media] v4l2: sn9c102 incorrectly blocks FMT_SN9C10X
Missing break Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
6c058fb66e
commit
9001a4bbde
1 changed files with 2 additions and 0 deletions
|
|
@ -2481,11 +2481,13 @@ sn9c102_vidioc_enum_framesizes(struct sn9c102_device* cam, void __user * arg)
|
|||
if (frmsize.pixel_format != V4L2_PIX_FMT_SN9C10X &&
|
||||
frmsize.pixel_format != V4L2_PIX_FMT_SBGGR8)
|
||||
return -EINVAL;
|
||||
break;
|
||||
case BRIDGE_SN9C105:
|
||||
case BRIDGE_SN9C120:
|
||||
if (frmsize.pixel_format != V4L2_PIX_FMT_JPEG &&
|
||||
frmsize.pixel_format != V4L2_PIX_FMT_SBGGR8)
|
||||
return -EINVAL;
|
||||
break;
|
||||
}
|
||||
|
||||
frmsize.type = V4L2_FRMSIZE_TYPE_STEPWISE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue