Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166136
b: refs/heads/master
c: 3ea61e4
h: refs/heads/master
v: v3
  • Loading branch information
Jassi authored and Ben Dooks committed Sep 15, 2009
1 parent 87f5597 commit 97a5359
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: 23c94b47be85207a8a9e0ac3ac89b16edf6356f0
refs/heads/master: 3ea61e49223c499c705b80ea385cb4df9c08da21
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c64xx/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ static int __init s3c64xx_dma_init(void)

printk(KERN_INFO "%s: Registering DMA channels\n", __func__);

dma_pool = dma_pool_create("DMA-LLI", NULL, 32, 16, 0);
dma_pool = dma_pool_create("DMA-LLI", NULL, sizeof(struct pl080s_lli), 16, 0);
if (!dma_pool) {
printk(KERN_ERR "%s: failed to create pool\n", __func__);
return -ENOMEM;
Expand Down

0 comments on commit 97a5359

Please sign in to comment.