Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77457
b: refs/heads/master
c: df1a290
h: refs/heads/master
i:
  77455: 4890395
v: v3
  • Loading branch information
Alejandro Martinez Ruiz authored and Russell King committed Jan 26, 2008
1 parent a0b23d8 commit 4111e8a
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: 2fd2b1242810fb4d2ba36548fecc1f005c36770c
refs/heads/master: df1a29032060680d258689448dca37bb003c4c2c
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/dma-isa.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ void __init isa_init_dma(dma_t *dma)

request_dma(DMA_ISA_CASCADE, "cascade");

for (i = 0; i < sizeof(dma_resources) / sizeof(dma_resources[0]); i++)
for (i = 0; i < ARRAY_SIZE(dma_resources); i++)
request_resource(&ioport_resource, dma_resources + i);
}
}

0 comments on commit 4111e8a

Please sign in to comment.