Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358474
b: refs/heads/master
c: 9199826
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Vinod Koul committed Jan 8, 2013
1 parent 38f0a8a commit e75321e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: e5a087fdc1ebe5bba40bcecb53c28a0af70e3b47
refs/heads/master: 91998261dd0d5aefb56d87cef84f7810c32f6194
8 changes: 1 addition & 7 deletions trunk/drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1096,15 +1096,9 @@ static void pl08x_free_txd_list(struct pl08x_driver_data *pl08x,
struct pl08x_dma_chan *plchan)
{
LIST_HEAD(head);
struct pl08x_txd *txd;

vchan_get_all_descriptors(&plchan->vc, &head);

while (!list_empty(&head)) {
txd = list_first_entry(&head, struct pl08x_txd, vd.node);
list_del(&txd->vd.node);
pl08x_desc_free(&txd->vd);
}
vchan_dma_desc_free_list(&plchan->vc, &head);
}

/*
Expand Down

0 comments on commit e75321e

Please sign in to comment.