Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339789
b: refs/heads/master
c: 8de7e37
h: refs/heads/master
i:
  339787: c90c345
v: v3
  • Loading branch information
Benoit Cousson authored and Tony Lindgren committed Nov 12, 2012
1 parent 78a3307 commit 4240327
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: edf8dde393f879fc2d8c22d4bc01ff8d37b80e1a
refs/heads/master: 8de7e37ef0ad7b4dc39498824c48bde2f4d13828
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/debug-leds.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static int fpga_probe(struct platform_device *pdev)
if (!iomem)
return -ENODEV;

fpga = ioremap(iomem->start, H2P2_DBG_FPGA_SIZE);
fpga = ioremap(iomem->start, resource_size(iomem));
__raw_writew(0xff, &fpga->leds);

for (i = 0; i < ARRAY_SIZE(dbg_leds); i++) {
Expand Down

0 comments on commit 4240327

Please sign in to comment.