Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324412
b: refs/heads/master
c: 8e5f501
h: refs/heads/master
v: v3
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Sep 5, 2012
1 parent e7b4b14 commit 3448211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: afcfaa878d1467d8cd03076b7b044e8b3e15d9a1
refs/heads/master: 8e5f5018e80f14119ae54f68cdf1deae43ff9c86
4 changes: 2 additions & 2 deletions trunk/drivers/extcon/extcon-arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ static int __devinit arizona_extcon_probe(struct platform_device *pdev)

info = devm_kzalloc(&pdev->dev, sizeof(*info), GFP_KERNEL);
if (!info) {
dev_err(&pdev->dev, "failed to allocate memory\n");
dev_err(&pdev->dev, "Failed to allocate memory\n");
ret = -ENOMEM;
goto err;
}
Expand Down Expand Up @@ -385,7 +385,7 @@ static int __devinit arizona_extcon_probe(struct platform_device *pdev)

ret = extcon_dev_register(&info->edev, arizona->dev);
if (ret < 0) {
dev_err(arizona->dev, "extcon_dev_regster() failed: %d\n",
dev_err(arizona->dev, "extcon_dev_register() failed: %d\n",
ret);
goto err;
}
Expand Down

0 comments on commit 3448211

Please sign in to comment.