Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262380
b: refs/heads/master
c: 1f4bb06
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Dmitry Torokhov committed Jul 30, 2011
1 parent a02da1f commit 3a96bb0
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: 52db9819ac96b0c5a4e075d836cf21dc529cbce4
refs/heads/master: 1f4bb066433322f6f189b084ceebdfb4add77292
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/gpio_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ static int gpio_keys_get_devtree_pdata(struct device *dev,

buttons = kzalloc(pdata->nbuttons * (sizeof *buttons), GFP_KERNEL);
if (!buttons)
return -ENODEV;
return -ENOMEM;

pp = NULL;
i = 0;
Expand Down

0 comments on commit 3a96bb0

Please sign in to comment.