Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355083
b: refs/heads/master
c: eff7d74
h: refs/heads/master
i:
  355081: dedb6ae
  355079: bbcb9f6
v: v3
  • Loading branch information
Chanwoo Choi authored and Greg Kroah-Hartman committed Feb 13, 2013
1 parent 8112525 commit 227565b
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: fd116066d966549211b41d929feea5474d57461b
refs/heads/master: eff7d74f5b88ef31ac47c6d96b1494db199705f5
2 changes: 1 addition & 1 deletion trunk/drivers/extcon/extcon-max77693.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ static int max77693_muic_probe(struct platform_device *pdev)
}

/* Register input device for button of dock device */
info->dock = input_allocate_device();
info->dock = devm_input_allocate_device(&pdev->dev);
if (!info->dock) {
dev_err(&pdev->dev, "%s: failed to allocate input\n", __func__);
return -ENOMEM;
Expand Down

0 comments on commit 227565b

Please sign in to comment.