Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163387
b: refs/heads/master
c: ec56b66
h: refs/heads/master
i:
  163385: 4d87981
  163383: 52c5373
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 6, 2009
1 parent 4aa3478 commit 9fc3fa1
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: 909f10de5de81668e4d0a401f3cb5ca6b8a3d20d
refs/heads/master: ec56b66fed526e3b7dd58dba8945c405448f48d1
2 changes: 1 addition & 1 deletion trunk/drivers/video/sh_mobile_lcdcfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static unsigned long lcdc_sys_read_data(void *handle)
udelay(1);
lcdc_wait_bit(ch->lcdc, _LDSR, 2, 0);

return lcdc_read(ch->lcdc, _LDDRDR) & 0xffff;
return lcdc_read(ch->lcdc, _LDDRDR) & 0x3ffff;
}

struct sh_mobile_lcdc_sys_bus_ops sh_mobile_lcdc_sys_bus_ops = {
Expand Down

0 comments on commit 9fc3fa1

Please sign in to comment.