commit | 8995a86cd6fa6e189c03a638da4a8ef9755d3738 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Thu Sep 17 16:53:07 2020 +0530 |
committer | Stefan Roese <sr@denx.de> | Thu Oct 08 09:04:41 2020 +0200 |
tree | 320265925c36c3de7ae157bafb792fcd2ef766d2 | |
parent | 42378e3cd2432e0353cdcc1789039293e4b46252 [diff] |
dma: Reduce error level when DMA channel type does not exist Caller would need gracefully handle failures of dma_get_device(), therefore reduce pr_err() to pr_debug() when DMA device is not found. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Stefan Roese <sr@denx.de>