kernel-ark/drivers/dma/sh
Guennadi Liakhovetski 7c1119bdd6 dma: sh: Don't use ENODEV for failing slave lookup
If dmaengine driver's .device_alloc_chan_resources() method returns -ENODEV,
dma_request_channel() will decide, that the driver has been removed and will
remove the device from its list. To prevent this use ENXIO if a slave lookup
fails.

Reported-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: stable@vger.kernel.org
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
2013-01-07 22:05:06 -08:00
..
Makefile
shdma-base.c dmaengine: shdma: restore partial transfer calculation 2012-08-01 13:48:52 +09:00
shdma.c dma: sh: Don't use ENODEV for failing slave lookup 2013-01-07 22:05:06 -08:00
shdma.h dmaengine: shdma: prepare to stop using struct dma_chan::private 2012-07-20 11:23:44 +05:30