gpu: drm: exynos_hdmi: Remove duplicate initialization of regulator bulk consumer
authorMilo Kim <woogyom.kim@gmail.com>
Wed, 31 Aug 2016 06:14:27 +0000 (15:14 +0900)
committerInki Dae <daeinki@gmail.com>
Fri, 30 Sep 2016 15:39:32 +0000 (00:39 +0900)
commitc0d656dd2d76db1e7db61609ec8549d38ce0bbff
treee18ad780e1e9ac2a2e67341d79920b754677f80f
parentb5413022fd28bd5b1dbfd0ea8187100383109d47
gpu: drm: exynos_hdmi: Remove duplicate initialization of regulator bulk consumer

The helper, devm_regulator_bulk_get() initializes the consumer as NULL,
so this code can be ignored.

Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c