Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366840
b: refs/heads/master
c: 2256428
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 25, 2013
1 parent 4c890dd commit cad494b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4718892f0f8998685ed7980cb723a165030ae50d
refs/heads/master: 225642853a1f2536757b775f76d925b78622ae28
2 changes: 1 addition & 1 deletion trunk/drivers/staging/media/solo6x10/disp.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static int solo_dma_vin_region(struct solo_dev *solo_dev, u32 off,
int ret = 0;

for (i = 0; i < sizeof(buf) >> 1; i++)
buf[i] = val;
buf[i] = cpu_to_le16(val);

for (i = 0; i < reg_size; i += sizeof(buf))
ret |= solo_p2m_dma(solo_dev, 1, buf,
Expand Down

0 comments on commit cad494b

Please sign in to comment.