Skip to content

Commit

Permalink
usb: renesas_usbhs: put obtained dma channel info to debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Kuninori Morimoto authored and Greg Kroah-Hartman committed Jul 1, 2011
1 parent bf929b3 commit 4ce6880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]" : " ");
Expand Down

0 comments on commit 4ce6880

Please sign in to comment.