Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> --- drivers/usb/renesas_usbhs/fifo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/renesas_usbhs/fifo.c b/drivers/usb/renesas_usbhs/fifo.c index 7493653..7925509 100644 --- a/drivers/usb/renesas_usbhs/fifo.c +++ b/drivers/usb/renesas_usbhs/fifo.c @@ -840,7 +840,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]" : " "); -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html