Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263683
b: refs/heads/master
c: 3b3d5b0
h: refs/heads/master
i:
  263681: d2b3ce8
  263679: 9b318b9
v: v3
  • Loading branch information
Per Forlin authored and Vinod Koul committed Sep 5, 2011
1 parent fa551f6 commit b199805
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: da063d260969c4e5e5f91d911ba87f7f6b48ead0
refs/heads/master: 3b3d5b0f855b3eec45a02832e97c3c1890ff8823
3 changes: 0 additions & 3 deletions trunk/drivers/dma/ste_dma40.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ static struct d40_desc *d40_desc_get(struct d40_chan *d40c)

list_for_each_entry_safe(d, _d, &d40c->client, node)
if (async_tx_test_ack(&d->txd)) {
d40_pool_lli_free(d40c, d);
d40_desc_remove(d);
desc = d;
memset(desc, 0, sizeof(*desc));
Expand Down Expand Up @@ -1209,7 +1208,6 @@ static void dma_tasklet(unsigned long data)

if (!d40d->cyclic) {
if (async_tx_test_ack(&d40d->txd)) {
d40_pool_lli_free(d40c, d40d);
d40_desc_remove(d40d);
d40_desc_free(d40c, d40d);
} else {
Expand Down Expand Up @@ -1606,7 +1604,6 @@ static int d40_free_dma(struct d40_chan *d40c)
/* Release client owned descriptors */
if (!list_empty(&d40c->client))
list_for_each_entry_safe(d, _d, &d40c->client, node) {
d40_pool_lli_free(d40c, d);
d40_desc_remove(d);
d40_desc_free(d40c, d);
}
Expand Down

0 comments on commit b199805

Please sign in to comment.