projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b13bb
)
drm/exynos: Fix checkpatch warning in exynos_dp_reg.c
author
Sachin Kamat
<
[email protected]
>
Thu, 22 May 2014 04:59:29 +0000
(10:29 +0530)
committer
Inki Dae
<
[email protected]
>
Sun, 1 Jun 2014 17:07:12 +0000
(
02:07
+0900)
Silences the following warning:
WARNING: space prohibited before semicolon
Signed-off-by: Sachin Kamat <
[email protected]
>
Acked-by: Jingoo Han <
[email protected]
>
Signed-off-by: Inki Dae <
[email protected]
>
drivers/gpu/drm/exynos/exynos_dp_reg.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_dp_reg.c
b/drivers/gpu/drm/exynos/exynos_dp_reg.c
index 79291a2ce50df5dbd5826bb379ae42cfb55807b7..c1f87a2a9284159fcd07709e11ff4fdd87365f33 100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_dp_reg.c
+++ b/
drivers/gpu/drm/exynos/exynos_dp_reg.c
@@
-401,7
+401,7
@@
void exynos_dp_init_aux(struct exynos_dp_device *dp)
/* Disable AUX transaction H/W retry */
reg = AUX_BIT_PERIOD_EXPECTED_DELAY(3) | AUX_HW_RETRY_COUNT_SEL(0)|
AUX_HW_RETRY_INTERVAL_600_MICROSECONDS;
- writel(reg, dp->reg_base + EXYNOS_DP_AUX_HW_RETRY_CTL)
;
+ writel(reg, dp->reg_base + EXYNOS_DP_AUX_HW_RETRY_CTL);
/* Receive AUX Channel DEFER commands equal to DEFFER_COUNT*64 */
reg = DEFER_CTRL_EN | DEFER_COUNT(1);