Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354578
b: refs/heads/master
c: 5c6e9bf
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Jan 21, 2013
1 parent 3b08fcd commit 1042542
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: f4cc1834bdc47d0574ceffb728f256f67e1190ef
refs/heads/master: 5c6e9bf011bca072648017477b0fe36402be1415
2 changes: 1 addition & 1 deletion trunk/drivers/usb/chipidea/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static int ci_hdrc_probe(struct platform_device *pdev)
}

base = devm_request_and_ioremap(dev, res);
if (!res) {
if (!base) {
dev_err(dev, "can't request and ioremap resource\n");
return -ENOMEM;
}
Expand Down

0 comments on commit 1042542

Please sign in to comment.