Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325966
b: refs/heads/master
c: b7e38aa
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Aug 10, 2012
1 parent cabac46 commit 55af1a4
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: 57911504a93909034ba5b90c20f3e6df8409ebd8
refs/heads/master: b7e38aa67d73cbb9d5d2e1e5de379f473fa7d7bf
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static int __devinit dwc3_probe(struct platform_device *pdev)
return -ENOMEM;
}

regs = devm_ioremap(dev, res->start, resource_size(res));
regs = devm_ioremap_nocache(dev, res->start, resource_size(res));
if (!regs) {
dev_err(dev, "ioremap failed\n");
return -ENOMEM;
Expand Down

0 comments on commit 55af1a4

Please sign in to comment.