drm/exynos/ipp: simplify property list allocation
authorAndrzej Hajda <[email protected]>
Mon, 19 May 2014 10:54:05 +0000 (12:54 +0200)
committerInki Dae <[email protected]>
Sun, 1 Jun 2014 17:07:11 +0000 (02:07 +0900)
commit3164605422d0a8b4b0b130fdf5f18cb3d023b77f
treeeaa7865d15646219a21746e2ac33a9aada9b27b7
parentf51bceec03a478db2e888070349c17061225e6ab
drm/exynos/ipp: simplify property list allocation

prop_list is always allocated, so instead of allocating it dynamically
the pointer can be replaced by the structure itself.

Signed-off-by: Andrzej Hajda <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
drivers/gpu/drm/exynos/exynos_drm_fimc.c
drivers/gpu/drm/exynos/exynos_drm_gsc.c
drivers/gpu/drm/exynos/exynos_drm_ipp.c
drivers/gpu/drm/exynos/exynos_drm_ipp.h
drivers/gpu/drm/exynos/exynos_drm_rotator.c