Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233669
b: refs/heads/master
c: c50a00f
h: refs/heads/master
i:
  233667: 883a50d
v: v3
  • Loading branch information
Dmitry Torokhov authored and Sarah Sharp committed Feb 20, 2011
1 parent 0cadc06 commit b254de3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 09ece30e06b19994e6f3d260e5c4be18dce22714
refs/heads/master: c50a00f8feba42c5bccff47e052e4cb0c95dcd2b
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/xhci-mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1900,11 +1900,11 @@ int xhci_mem_init(struct xhci_hcd *xhci, gfp_t flags)
val &= DBOFF_MASK;
xhci_dbg(xhci, "// Doorbell array is located at offset 0x%x"
" from cap regs base addr\n", val);
xhci->dba = (void *) xhci->cap_regs + val;
xhci->dba = (void __iomem *) xhci->cap_regs + val;
xhci_dbg_regs(xhci);
xhci_print_run_regs(xhci);
/* Set ir_set to interrupt register set 0 */
xhci->ir_set = (void *) xhci->run_regs->ir_set;
xhci->ir_set = &xhci->run_regs->ir_set[0];

/*
* Event ring setup: Allocate a normal ring, but also setup
Expand Down

0 comments on commit b254de3

Please sign in to comment.