Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151423
b: refs/heads/master
c: 045f123
h: refs/heads/master
i:
  151421: 4f0eb7a
  151419: f9f4959
  151415: d9e1e76
  151407: 619e49d
  151391: 89dd712
  151359: 648c969
  151295: 9379522
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jun 16, 2009
1 parent 1ddaa04 commit ede0faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 700e2052c6814b1b1d2714225d568c5c64bc49ae
refs/heads/master: 045f123d9c83b9a18c9d43a9afbf52bf0799640d
7 changes: 4 additions & 3 deletions trunk/drivers/usb/host/xhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1068,12 +1068,13 @@ static inline unsigned int xhci_readl(const struct xhci_hcd *xhci,
{
return readl(regs);
}
static inline void xhci_writel(const struct xhci_hcd *xhci,
static inline void xhci_writel(struct xhci_hcd *xhci,
const unsigned int val, __u32 __iomem *regs)
{
if (!in_interrupt())
xhci_dbg(xhci, "`MEM_WRITE_DWORD(3'b000, 32'h%0x, 32'h%0x, 4'hf);\n",
(unsigned int) regs, val);
xhci_dbg(xhci,
"`MEM_WRITE_DWORD(3'b000, 32'h%p, 32'h%0x, 4'hf);\n",
regs, val);
writel(val, regs);
}

Expand Down

0 comments on commit ede0faa

Please sign in to comment.