Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348701
b: refs/heads/master
c: 8e8de5a
h: refs/heads/master
i:
  348699: 3abdfea
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Jan 12, 2013
1 parent f5c2e18 commit fcf365e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bc009eca8d539162f7271c2daf0ab5e9e3bb90a0
refs/heads/master: 8e8de5ab37c877e8a40a864de05a18a00b4e74b7
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ohci-tmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ static void tmio_start_hc(struct platform_device *dev)
tmio_iowrite8(2, tmio->ccr + CCR_INTC);

dev_info(&dev->dev, "revision %d @ 0x%08llx, irq %d\n",
tmio_ioread8(tmio->ccr + CCR_REVID), hcd->rsrc_start, hcd->irq);
tmio_ioread8(tmio->ccr + CCR_REVID),
(u64) hcd->rsrc_start, hcd->irq);
}

static int ohci_tmio_start(struct usb_hcd *hcd)
Expand Down

0 comments on commit fcf365e

Please sign in to comment.