Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105066
b: refs/heads/master
c: 20fc190
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Dan Williams committed Jul 18, 2008
1 parent a86141d commit dc2b48f
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: 3bfb1d20b547a5071d01344581eac5846ea84491
refs/heads/master: 20fc190b0ef58bf8b3b0bff9de122083956f82ec
2 changes: 1 addition & 1 deletion trunk/crypto/async_tx/async_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ dma_channel_add_remove(struct dma_client *client,
case DMA_RESOURCE_REMOVED:
found = 0;
spin_lock_irqsave(&async_tx_lock, flags);
list_for_each_entry_rcu(ref, &async_tx_master_list, node)
list_for_each_entry(ref, &async_tx_master_list, node)
if (ref->chan == chan) {
/* permit backing devices to go away */
dma_chan_put(ref->chan);
Expand Down

0 comments on commit dc2b48f

Please sign in to comment.