Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83686
b: refs/heads/master
c: e73ef9a
h: refs/heads/master
v: v3
  • Loading branch information
Denis Cheng authored and Dan Williams committed Feb 6, 2008
1 parent 218a010 commit 6b8f970
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: cf8f68aa76e8e12f9dcbba3ffe61fb9f2a3a0c2b
refs/heads/master: e73ef9acfd30f36bf7c60237ecffe7bbca8068d6
2 changes: 1 addition & 1 deletion trunk/drivers/dma/iop-adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ iop_adma_alloc_slots(struct iop_adma_chan *iop_chan, int num_slots,
int slots_per_op)
{
struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL;
struct list_head chain = LIST_HEAD_INIT(chain);
LIST_HEAD(chain);
int slots_found, retry = 0;

/* start search from the last allocated descrtiptor
Expand Down

0 comments on commit 6b8f970

Please sign in to comment.