]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: xilinx_dma: Remove clk_get error message for probe defer
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Thu, 26 Sep 2019 10:51:00 +0000 (16:21 +0530)
committerVinod Koul <vkoul@kernel.org>
Tue, 15 Oct 2019 10:11:46 +0000 (15:41 +0530)
commit944879ba4c852ca68b555d84559f228c3430e443
tree6921bac5fd76046baf78166b3dfbf9af086503a7
parenta8bd47542863947e2433db35558477caf0d89995
dmaengine: xilinx_dma: Remove clk_get error message for probe defer

In dma probe, the driver checks for devm_clk_get return and print error
message in the failing case. However for -EPROBE_DEFER this message is
confusing so avoid it.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/1569495060-18117-5-git-send-email-radhey.shyam.pandey@xilinx.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dma.c