]> git.dujemihanovic.xyz Git - u-boot.git/commit
dma: Reduce error level when DMA channel type does not exist
authorVignesh Raghavendra <vigneshr@ti.com>
Thu, 17 Sep 2020 11:23:07 +0000 (16:53 +0530)
committerStefan Roese <sr@denx.de>
Thu, 8 Oct 2020 07:04:41 +0000 (09:04 +0200)
commit8995a86cd6fa6e189c03a638da4a8ef9755d3738
tree320265925c36c3de7ae157bafb792fcd2ef766d2
parent42378e3cd2432e0353cdcc1789039293e4b46252
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>
drivers/dma/dma-uclass.c