Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243488
b: refs/heads/master
c: 5d18724
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Sascha Hauer committed Mar 23, 2011
1 parent 991c188 commit 4a70ee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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: 65047a0f695ed975855e9b83bb922ecb1ff250ab
refs/heads/master: 5d18724588a4f632e836357a43b33bf4b538af82
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/devices/platform-fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct platform_device *__init imx_add_fec(
struct resource res[] = {
{
.start = data->iobase,
.end = data->iobase + SZ_4K,
.end = data->iobase + SZ_4K - 1,
.flags = IORESOURCE_MEM,
}, {
.start = data->irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-mxc/devices/platform-imxdi_rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct platform_device *__init imx_add_imxdi_rtc(
struct resource res[] = {
{
.start = data->iobase,
.end = data->iobase + SZ_16K,
.end = data->iobase + SZ_16K - 1,
.flags = IORESOURCE_MEM,
}, {
.start = data->irq,
Expand Down

0 comments on commit 4a70ee5

Please sign in to comment.