1
0
Fork 0

usb: renesas_usbhs: put obtained dma channel info to debug message

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Kuninori Morimoto 2011-06-21 09:33:43 +09:00 committed by Greg Kroah-Hartman
parent bf929b3bee
commit 4ce6880563
1 changed files with 1 additions and 1 deletions

View 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]" : " ");