projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
806e23e
)
[media] s5p-g2d: remove two unused variables from the G2D driver
author
Kamil Debski
<k.debski@samsung.com>
Fri, 9 Dec 2011 14:39:52 +0000
(11:39 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 11 Dec 2011 14:02:47 +0000
(12:02 -0200)
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/s5p-g2d/g2d-hw.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/s5p-g2d/g2d-hw.c
b/drivers/media/video/s5p-g2d/g2d-hw.c
index
e5249f3
..
39937cf
100644
(file)
--- a/
drivers/media/video/s5p-g2d/g2d-hw.c
+++ b/
drivers/media/video/s5p-g2d/g2d-hw.c
@@
-27,7
+27,6
@@
void g2d_reset(struct g2d_dev *d)
void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f)
{
u32 n;
- u32 stride;
w(f->stride & 0xFFFF, SRC_STRIDE_REG);
@@
-52,7
+51,6
@@
void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a)
void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f)
{
u32 n;
- u32 stride;
w(f->stride & 0xFFFF, DST_STRIDE_REG);