]> asedeno.scripts.mit.edu Git - linux.git/commit
media: exynos4-is: remove redundant check on type
authorColin Ian King <colin.king@canonical.com>
Wed, 13 Feb 2019 13:25:59 +0000 (08:25 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 18 Feb 2019 20:32:41 +0000 (15:32 -0500)
commitffaec3b21abcce537be166bd023f55986a5b2002
tree0465c45b0287a37c1aac51e09cc1ddd4dc503818
parent8dd22b289c8fab1dcb13ab038c0228aa74f134ca
media: exynos4-is: remove redundant check on type

The check to see if type is V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE is redundant
as this has been already checked at the start of the function and if
it's not that value then -ENOSYS is returned. Hence the sprintf can be
replaced by a simpler string copy.

Detected by CoverityScan, CID#1309450 ("Logically dead code")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/exynos4-is/fimc-isp-video.c