]> git.baikalelectronics.ru Git - kernel.git/commit
drm/arm: hdlcd: remove unused variables
authorArnd Bergmann <arnd@arndb.de>
Tue, 20 Jun 2017 20:30:38 +0000 (22:30 +0200)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Wed, 21 Jun 2017 09:51:26 +0000 (10:51 +0100)
commit4cb468e30994c79fac51f5f396f038d3059c32fb
tree2ae0e3611ed43c0297a309191b682b3bd8daaaa3
parent30ffb1b8968dc364e0c82c4d7c71dfbec603f360
drm/arm: hdlcd: remove unused variables

The last rework left behind two unused variables:

drm/arm/hdlcd_crtc.c: In function 'hdlcd_plane_atomic_update':
drm/arm/hdlcd_crtc.c:264:13: warning: unused variable 'src_y' [-Wunused-variable]
drm/arm/hdlcd_crtc.c:264:6: warning: unused variable 'src_x' [-Wunused-variable]

This removes them.

Fixes: b2ae06ae9834 ("drm/arm: hdlcd: Use CMA helper for plane buffer address calculation")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/arm/hdlcd_crtc.c