]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commit99b7427761fe6381932a188a417ff4c47515b72e
tree3816afa32c6ded92249f84c4d4177b2514a75cb0
parentba3002045f8022f3a7e88511c4ebd9876a467ac8
v4l2-ioctl: add a missing break at v4l_fill_fmtdesc()

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