From: Mauro Carvalho Chehab Date: Fri, 1 May 2015 09:54:03 +0000 (-0300) Subject: v4l2-ioctl: add a missing break at v4l_fill_fmtdesc() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~470 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b7427761fe6381932a188a417ff4c47515b72e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed