Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360534
b: refs/heads/master
c: 51c9449
h: refs/heads/master
v: v3
  • Loading branch information
Maxim Mikityanskiy authored and Matthew Garrett committed Feb 24, 2013
1 parent efaace4 commit 681564c
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: 03696e51d75a3f23feb6b63dc6f3976a64c40b12
refs/heads/master: 51c94491c82c3d9029f6e87a1a153db321d88e35
4 changes: 3 additions & 1 deletion trunk/drivers/platform/x86/msi-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static void msi_wmi_notify(u32 value, void *context)
pr_debug("Suppressed key event 0x%X - "
"Last press was %lld us ago\n",
key->code, ktime_to_us(diff));
return;
goto msi_wmi_notify_exit;
}
last_pressed[key->code - SCANCODE_BASE] = cur;

Expand All @@ -195,6 +195,8 @@ static void msi_wmi_notify(u32 value, void *context)
pr_info("Unknown key pressed - %x\n", eventcode);
} else
pr_info("Unknown event received\n");

msi_wmi_notify_exit:
kfree(response.pointer);
}

Expand Down

0 comments on commit 681564c

Please sign in to comment.