]> Pileus Git - ~andy/linux/blobdiff - drivers/dma/edma.c
arm64: barriers: allow dsb macro to take option parameter
[~andy/linux] / drivers / dma / edma.c
index 2539ea0cbc6394f918fb849ffd3c6f6ca73f33a0..cd8da451d1995fef8b6d076005b17ad1a17b44d1 100644 (file)
@@ -699,8 +699,8 @@ static int edma_alloc_chan_resources(struct dma_chan *chan)
        echan->alloced = true;
        echan->slot[0] = echan->ch_num;
 
-       dev_info(dev, "allocated channel for %u:%u\n",
-                EDMA_CTLR(echan->ch_num), EDMA_CHAN_SLOT(echan->ch_num));
+       dev_dbg(dev, "allocated channel for %u:%u\n",
+               EDMA_CTLR(echan->ch_num), EDMA_CHAN_SLOT(echan->ch_num));
 
        return 0;
 
@@ -736,7 +736,7 @@ static void edma_free_chan_resources(struct dma_chan *chan)
                echan->alloced = false;
        }
 
-       dev_info(dev, "freeing channel for %u\n", echan->ch_num);
+       dev_dbg(dev, "freeing channel for %u\n", echan->ch_num);
 }
 
 /* Send pending descriptor to hardware */