commit | 500404ebcbd074ca11aa0c3fd9a268aa4054fd8b | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Tue Nov 03 12:28:10 2015 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Nov 16 09:03:21 2015 +0530 |
tree | f95552b9bac09f02c92b482b96ad4596af1e2f80 | |
parent | bf55555baaf80cdf2cc4176fee02545a07a8ff4a [diff] |
dmaengine: of_dma: Correct return code for of_dma_request_slave_channel in case !CONFIG_OF of_dma_request_slave_channel should return either pointer for valid dma_chan or ERR_PTR() error code, NULL is not expected to be returned. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>