dmaengine: kill some dubious WARN_ONCEs
authorDan Williams <dan.j.williams@intel.com>
Mon, 19 Jan 2009 21:39:10 +0000 (14:39 -0700)
committerDan Williams <dan.j.williams@intel.com>
Mon, 19 Jan 2009 21:39:10 +0000 (14:39 -0700)
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: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>

No differences found