Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84067
b: refs/heads/master
c: fccd5d0
h: refs/heads/master
i:
  84065: 2be5363
  84063: 93ec068
v: v3
  • Loading branch information
Mattia Dongili authored and Len Brown committed Jan 24, 2008
1 parent 68cff7f commit 71c8b9a
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: 3eb8749a37990b505ab94466038c067444bbd7eb
refs/heads/master: fccd5d00ba68455425a35f905fd92538429c310d
2 changes: 1 addition & 1 deletion trunk/drivers/misc/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ static void sony_laptop_report_input_event(u8 event)
break;

default:
if (event > ARRAY_SIZE (sony_laptop_input_keycode_map)) {
if (event > ARRAY_SIZE(sony_laptop_input_index)) {
dprintk("sony_laptop_report_input_event, event not known: %d\n", event);
break;
}
Expand Down

0 comments on commit 71c8b9a

Please sign in to comment.