commit | 518d92454baef504928d701d9a0accf29f443500 | [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 | bd81c5bc9249ba0d584ee345640aeebb24c42f5d [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>