Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205883
b: refs/heads/master
c: cb46f47
h: refs/heads/master
i:
  205881: 3d686b9
  205879: c75690b
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent 8eecd27 commit 11b670b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d85170ed30a533ef6832cf11b38488e562c311c8
refs/heads/master: cb46f472cbb08c44ae47a5bea80207c4e4407ee3
4 changes: 3 additions & 1 deletion trunk/drivers/staging/panel/panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1995,8 +1995,10 @@ static struct logical_input *panel_bind_key(char *name, char *press,
return NULL;
}
if (!input_name2mask(name, &key->mask, &key->value, &scan_mask_i,
&scan_mask_o))
&scan_mask_o)) {
kfree(key);
return NULL;
}

key->type = INPUT_TYPE_KBD;
key->state = INPUT_ST_LOW;
Expand Down

0 comments on commit 11b670b

Please sign in to comment.