diff options
author | 2020-08-28 14:05:07 +0300 | |
---|---|---|
committer | 2020-09-03 12:21:03 +0530 | |
commit | 7547dbd3b198f309aaff54e3528898a8a196faff (patch) | |
tree | 4fc7dc876a09ed959c44e7fe2aefa2e70888d1e1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dmaengine: Remove unused define for dma_request_slave_channel_reason() (diff) | |
download | linux-dev-7547dbd3b198f309aaff54e3528898a8a196faff.tar.xz linux-dev-7547dbd3b198f309aaff54e3528898a8a196faff.zip |
dmaengine: Mark dma_request_slave_channel() deprecated
New drivers should use dma_request_chan() instead
dma_request_slave_channel()
dma_request_slave_channel() is a simple wrapper for dma_request_chan()
eating up the error code for channel request failure and makes deferred
probing impossible.
Move the dma_request_slave_channel() into the header as inline function,
mark it as deprecated.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20200828110507.22407-1-peter.ujfalusi@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions