drm/exynos: rotator: add missing braces
authorJingoo Han <jg1.han@samsung.com>
Thu, 17 Apr 2014 10:09:00 +0000 (19:09 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:03 +0000 (02:07 +0900)
commit5ce405be56b208bc9dc1d278d4ddb6c921e8e1db
treeb50df1bd78cb8e4c72af89b7225d971f46163933
parent7a5b68277cbb3429341cd9c7ca3933f147570690
drm/exynos: rotator: add missing braces

In the case of that only one branch of a conditional statement is
a single statement, braces are added to both branches.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_rotator.c