projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e39d5ce
)
drm/exynos: remove needless parenthesis.
author
Eunchul Kim
<chulspro.kim@samsung.com>
Sat, 22 Dec 2012 08:49:29 +0000
(17:49 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Fri, 4 Jan 2013 06:54:34 +0000
(15:54 +0900)
This patch removes needless parenthesis.
This was pointed out but in case of fimc side. we missed it.
Signed-off-by: Eunchul Kim <chulspro.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_fimc.c
b/drivers/gpu/drm/exynos/exynos_drm_fimc.c
index
9f52b7f
..
2c03ffa
100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_drm_fimc.c
+++ b/
drivers/gpu/drm/exynos/exynos_drm_fimc.c
@@
-1212,7
+1212,7
@@
static int fimc_dst_set_buf_seq(struct fimc_context *ctx, u32 buf_id,
}
/* sequence id */
- cfg &=
(~mask)
;
+ cfg &=
~mask
;
cfg |= (enable << buf_id);
fimc_write(cfg, EXYNOS_CIFCNTSEQ);