]> Pileus Git - ~andy/linux/blobdiff - drivers/dma/omap-dma.c
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
[~andy/linux] / drivers / dma / omap-dma.c
index 2f66cf4e54fe367754378c3c8be213fe20bb8f64..362e7c49f2e1ad9d264eef1acff1b3102f0e1212 100644 (file)
@@ -190,7 +190,7 @@ static int omap_dma_alloc_chan_resources(struct dma_chan *chan)
 {
        struct omap_chan *c = to_omap_dma_chan(chan);
 
-       dev_info(c->vc.chan.device->dev, "allocating channel for %u\n", c->dma_sig);
+       dev_dbg(c->vc.chan.device->dev, "allocating channel for %u\n", c->dma_sig);
 
        return omap_request_dma(c->dma_sig, "DMA engine",
                omap_dma_callback, c, &c->dma_ch);
@@ -203,7 +203,7 @@ static void omap_dma_free_chan_resources(struct dma_chan *chan)
        vchan_free_chan_resources(&c->vc);
        omap_free_dma(c->dma_ch);
 
-       dev_info(c->vc.chan.device->dev, "freeing channel for %u\n", c->dma_sig);
+       dev_dbg(c->vc.chan.device->dev, "freeing channel for %u\n", c->dma_sig);
 }
 
 static size_t omap_dma_sg_size(struct omap_sg *sg)