Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105072
b: refs/heads/master
c: c7141d0
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams committed Jul 18, 2008
1 parent ab9c340 commit f21fcba
Show file tree
Hide file tree
Showing 2 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: 0839875e0c197ded56bbae820e699f26d6fa2697
refs/heads/master: c7141d005a19d2a0a316b3bf9c170d3bedf07bfd
4 changes: 2 additions & 2 deletions trunk/drivers/dma/iop-adma.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ iop_adma_alloc_slots(struct iop_adma_chan *iop_chan, int num_slots,
if (!retry++)
goto retry;

/* try to free some slots if the allocation fails */
tasklet_schedule(&iop_chan->irq_tasklet);
/* perform direct reclaim if the allocation fails */
__iop_adma_slot_cleanup(iop_chan);

return NULL;
}
Expand Down

0 comments on commit f21fcba

Please sign in to comment.