Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322705
b: refs/heads/master
c: 319acdf
h: refs/heads/master
i:
  322703: 181c293
v: v3
  • Loading branch information
Ruchika Kharwar authored and Sarah Sharp committed Sep 5, 2012
1 parent 6bfc481 commit b17f6bc
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: 71c731a296f1b08a3724bd1b514b64f1bda87a23
refs/heads/master: 319acdfc064169023cd9ada5085b434fbcdacec2
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/xhci-plat.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int xhci_plat_probe(struct platform_device *pdev)
goto put_hcd;
}

hcd->regs = ioremap(hcd->rsrc_start, hcd->rsrc_len);
hcd->regs = ioremap_nocache(hcd->rsrc_start, hcd->rsrc_len);
if (!hcd->regs) {
dev_dbg(&pdev->dev, "error mapping memory\n");
ret = -EFAULT;
Expand Down

0 comments on commit b17f6bc

Please sign in to comment.