mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
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>
This commit is contained in:
parent
bf929b3bee
commit
4ce6880563
@ -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]" : " ");
|
||||
|
Loading…
Reference in New Issue
Block a user