Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306627
b: refs/heads/master
c: 8680917
h: refs/heads/master
i:
  306625: 259eb04
  306623: cabd638
v: v3
  • Loading branch information
Dmitry Torokhov committed May 24, 2012
1 parent cb4f97e commit 4193521
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: 6123f1192b610c3d8520eb7bb49f68ff7ca94b80
refs/heads/master: 86809173ce32ef03bd4d0389dfc72df0c805e9c4
2 changes: 1 addition & 1 deletion trunk/drivers/input/matrix-keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static bool matrix_keypad_map_key(struct input_dev *input_dev,
unsigned int rows, unsigned int cols,
unsigned int row_shift, unsigned int key)
{
unsigned char *keymap = input_dev->keycode;
unsigned short *keymap = input_dev->keycode;
unsigned int row = KEY_ROW(key);
unsigned int col = KEY_COL(key);
unsigned short code = KEY_VAL(key);
Expand Down

0 comments on commit 4193521

Please sign in to comment.