Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131092
b: refs/heads/master
c: 2b190e7
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Len Brown committed Jan 18, 2009
1 parent 518f581 commit 18487fd
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: 5d8b532af9e52ea89208f5ef31889f646e67ba28
refs/heads/master: 2b190e76def5233c542f6025b4a133b1d4bd1a37
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/panasonic-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static void acpi_pcc_generate_keyinput(struct pcc_acpi *pcc)

hkey_num = result & 0xf;

if (hkey_num < 0 || hkey_num > ARRAY_SIZE(pcc->keymap)) {
if (hkey_num < 0 || hkey_num >= ARRAY_SIZE(pcc->keymap)) {
ACPI_DEBUG_PRINT((ACPI_DB_ERROR,
"hotkey number out of range: %d\n",
hkey_num));
Expand Down

0 comments on commit 18487fd

Please sign in to comment.