commit | 99b7427761fe6381932a188a417ff4c47515b72e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri May 01 06:54:03 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Fri May 01 06:54:03 2015 -0300 |
tree | 3816afa32c6ded92249f84c4d4177b2514a75cb0 | |
parent | ba3002045f8022f3a7e88511c4ebd9876a467ac8 [diff] |
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>