Skip to content
Commit 83436a05 authored by Dan Williams's avatar Dan Williams
Browse files

dmaengine: kill some dubious WARN_ONCEs



dma_find_channel and dma_issue_pending_all are good places to warn about
improper api usage.  However, warning correctly means synchronizing with
dma_list_mutex, i.e. too much overhead for these fast-path calls.

Reported-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 169d5f66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment