Commit 4ce68805 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Greg Kroah-Hartman

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

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent bf929b3b
......@@ -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]" : " ");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment