diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/async_tx/async_tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/async_tx/async_tx.c b/crypto/async_tx/async_tx.c index c6e772fc5ccd..9325c61208a0 100644 --- a/crypto/async_tx/async_tx.c +++ b/crypto/async_tx/async_tx.c | |||
@@ -294,7 +294,7 @@ dma_channel_add_remove(struct dma_client *client, | |||
294 | case DMA_RESOURCE_REMOVED: | 294 | case DMA_RESOURCE_REMOVED: |
295 | found = 0; | 295 | found = 0; |
296 | spin_lock_irqsave(&async_tx_lock, flags); | 296 | spin_lock_irqsave(&async_tx_lock, flags); |
297 | list_for_each_entry_rcu(ref, &async_tx_master_list, node) | 297 | list_for_each_entry(ref, &async_tx_master_list, node) |
298 | if (ref->chan == chan) { | 298 | if (ref->chan == chan) { |
299 | /* permit backing devices to go away */ | 299 | /* permit backing devices to go away */ |
300 | dma_chan_put(ref->chan); | 300 | dma_chan_put(ref->chan); |