mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
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:
parent
6da09a5853
commit
4e20de720a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue