]> git.baikalelectronics.ru Git - kernel.git/commit
drm/layerscape: fix handling fsl_dcu_drm_plane_index result
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 21 Sep 2015 13:33:47 +0000 (15:33 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Sep 2015 22:13:09 +0000 (08:13 +1000)
commit36a2a79a60c007e39b7ef0160a6de891622fc56c
treed736e1992a6ab26ca66f94d34d948e1d8fec4062
parent9d07fc7a76d8755922067330569428f9819fb29b
drm/layerscape: fix handling fsl_dcu_drm_plane_index result

The function can return negative value.

The problem has been detected using proposed semantic patch
scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1].

[1]: http://permalink.gmane.org/gmane.linux.kernel/2038576

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_plane.c