Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209672
b: refs/heads/master
c: 7b34d52
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Righi authored and Linus Torvalds committed Aug 20, 2010
1 parent ad74ff9 commit 434c38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2aaf2092c168fc02df0645415f524b357ee7ec2e
refs/heads/master: 7b34d5257a90c419d67c1c3b52f87a679845ef1e
1 change: 1 addition & 0 deletions trunk/samples/kfifo/dma-example.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static int __init example_init(void)

printk(KERN_INFO "queue len: %u\n", kfifo_len(&fifo));

sg_init_table(sg, ARRAY_SIZE(sg));
ret = kfifo_dma_in_prepare(&fifo, sg, ARRAY_SIZE(sg), FIFO_SIZE);
printk(KERN_INFO "DMA sgl entries: %d\n", ret);

Expand Down

0 comments on commit 434c38d

Please sign in to comment.