drm/exynos/hdmi: use constant size array for regulators
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 25 Sep 2015 12:48:22 +0000 (14:48 +0200)
committerInki Dae <daeinki@gmail.com>
Mon, 26 Oct 2015 06:09:48 +0000 (15:09 +0900)
commit1ab739db8ed86ab2815d903c0e53d88a88e315c4
tree7498a218e7af121eb7b5cb69dfe9f956cc1e812b
parent498d5a373ac4aa20d7ad63770f2196922ae2f26c
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.

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