Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298975
b: refs/heads/master
c: 0e3d0f3
h: refs/heads/master
i:
  298973: cdf9470
  298971: 58911ff
  298967: 4e63ef3
  298959: 4fd3812
  298943: 169198f
v: v3
  • Loading branch information
Jesper Juhl authored and Dmitry Torokhov committed Apr 12, 2012
1 parent affbd7b commit 3e489e2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 55158c886a0c43765140673d2343d3119d34a25a
refs/heads/master: 0e3d0f3d960bf5b895adcf9ffc79d2077f1411d5
3 changes: 2 additions & 1 deletion trunk/drivers/input/misc/da9052_onkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ static int __devinit da9052_onkey_probe(struct platform_device *pdev)
input_dev = input_allocate_device();
if (!onkey || !input_dev) {
dev_err(&pdev->dev, "Failed to allocate memory\n");
return -ENOMEM;
error = -ENOMEM;
goto err_free_mem;
}

onkey->input = input_dev;
Expand Down

0 comments on commit 3e489e2

Please sign in to comment.