usb: renesas_usbhs: put obtained dma channel info to debug message
authorKuninori Morimoto <[email protected]>
Tue, 21 Jun 2011 00:33:43 +0000 (09:33 +0900)
committerGreg Kroah-Hartman <[email protected]>
Fri, 1 Jul 2011 21:43:26 +0000 (14:43 -0700)
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/renesas_usbhs/fifo.c

index 2016a2448ccba9d90e49eb0bf4d929a73c087c1b..021695de1e9eae6bd0336228381bb10a9666c94b 100644 (file)
@@ -831,7 +831,7 @@ static void usbhsf_dma_init(struct usbhs_priv *priv,
                                            &fifo->rx_slave);
 
        if (fifo->tx_chan || fifo->rx_chan)
-               dev_info(dev, "enable DMAEngine (%s%s%s)\n",
+               dev_dbg(dev, "enable DMAEngine (%s%s%s)\n",
                         fifo->name,
                         fifo->tx_chan ? "[TX]" : "    ",
                         fifo->rx_chan ? "[RX]" : "    ");