drm/exynos/hdmi: use constant size array for regulators
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 24 Oct 2016 09:33:49 +0000 (11:33 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:54:07 +0000 (13:54 +0900)
commitf74fff5a566848b758fe1dd843cf06d50c7dcaa8
treead4db7af8dad21d3b019fd648a5fcae07e0104c5
parent4e7ff2ba1abff8596df5c684836010e828b333dd
drm/exynos/hdmi: use constant size array for regulators

Driver always uses the same number of regulators, so there is no point in
dynamic allocation.

Change-Id: I8227ea4e341c55f1932f1e88e1138bb50271a749
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c