Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354596
b: refs/heads/master
c: b37457d
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylyov authored and Felipe Balbi committed Jan 17, 2013
1 parent bfdb3cb commit f3f02f4
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: 25736e0c8269e9613aa6036fbc591818daa30d14
refs/heads/master: b37457d80bc3e2a6bb86a6036c572574614a7631
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static int omap2430_probe(struct platform_device *pdev)
}

config = devm_kzalloc(&pdev->dev, sizeof(*config), GFP_KERNEL);
if (!data) {
if (!config) {
dev_err(&pdev->dev,
"failed to allocate musb hdrc config\n");
goto err2;
Expand Down

0 comments on commit f3f02f4

Please sign in to comment.