v4l2-ioctl: add a missing break at v4l_fill_fmtdesc()
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:54:03 +0000 (06:54 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:54:03 +0000 (06:54 -0300)
The changeset ba3002045f8022 added a logic at the core to fill
the format description, however, a break is missing on one of
the formats, as reported by smatch:
drivers/media/v4l2-core/v4l2-ioctl.c:1211 v4l_fill_fmtdesc() warn: missing break? reassigning 'descr'

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/v4l2-core/v4l2-ioctl.c

Simple merge