commit | ad07945a857858598fd5e3b24d226a3b501d5375 | [log] [tgz] |
---|---|---|
author | Seung-Woo Kim <sw0312.kim@samsung.com> | Wed Jun 05 14:34:38 2013 +0900 |
committer | Inki Dae <daeinki@gmail.com> | Fri Jun 28 21:11:48 2013 +0900 |
tree | 4bbc1fdfddcbfdc7b4747bac7283ce20725db6eb | |
parent | a7f98d6a929ff1cd8378522372f36faf8b9f9a37 [diff] |
drm/exynos: remove ignoring return value warning in hdmi The definition of regulator_bulk_enable is fixed with __must_check and this causes following build warning. warning: ignoring return value of 'regulator_bulk_enable', declared with attribute warn_unused_result This patch fixes to check return value of the function. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>