Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259261
b: refs/heads/master
c: 4ce6880
h: refs/heads/master
i:
  259259: 893ee80
v: v3
  • Loading branch information
Kuninori Morimoto authored and Greg Kroah-Hartman committed Jul 1, 2011
1 parent 944bcec commit 71f46f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf929b3bee635bea5c91f1c1d7985a9fcdfdb069
refs/heads/master: 4ce68805637b798ae6244487879c6716d24a4cbc
2 changes: 1 addition & 1 deletion trunk/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 71f46f9

Please sign in to comment.