Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent bf929b3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]" : "    ");