Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285377
b: refs/heads/master
c: a16fa71
h: refs/heads/master
i:
  285375: fb871ff
v: v3
  • Loading branch information
Kamil Debski authored and Mauro Carvalho Chehab committed Dec 11, 2011
1 parent 1040e1f commit 9362037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 806e23e95f94a27ee445022d724060b9b45cb64a
refs/heads/master: a16fa71d6b2f96cb483b82ffac07459ae0939c1d
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/s5p-g2d/g2d-hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -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);

Expand Down

0 comments on commit 9362037

Please sign in to comment.