dmaengine: dw-axi-dmac: Drop unused print message

Removed printing information which is not related to StarFive
platform.

Signed-off-by: Walker Chen <walker.chen@starfivetech.com>
This commit is contained in:
Walker Chen 2023-06-12 21:21:45 +08:00 committed by Hal Feng
parent 6da09a5853
commit 4e20de720a

View file

@ -522,7 +522,7 @@ static void dw_axi_dma_set_hw_channel(struct axi_dma_chan *chan, bool set)
unsigned long reg_value, val;
if (!chip->apb_regs) {
dev_err(chip->dev, "apb_regs not initialized\n");
dev_dbg(chip->dev, "apb_regs not initialized\n");
return;
}