]> git.baikalelectronics.ru Git - kernel.git/commit
[media] v4l: vsp1: Fix plane stride and size checks
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Fri, 19 Jun 2015 11:51:22 +0000 (08:51 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 17 Jul 2015 13:02:48 +0000 (10:02 -0300)
commit7071e856ca7a2360918c9fceebcd1babf6a83794
tree7741eba8b5964817e7823599bd7e8d12eadf43d5
parent84bfa14fbb006538623352d8da7e9426776d77c0
[media] v4l: vsp1: Fix plane stride and size checks

The checks need to be performed on up to two planes, as the third plane,
if present, must have the same stride and size as the second plane.

The code incorrectly performs the checks on at least two planes instead
of at most two planes, fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/vsp1/vsp1_video.c