Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190209
b: refs/heads/master
c: a0624a9
h: refs/heads/master
i:
  190207: 70b22e1
v: v3
  • Loading branch information
Yong Wang authored and Matthew Garrett committed Apr 12, 2010
1 parent 692aa71 commit 930a289
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3d7b165539d4174b0b8396bd52ee37ba21bd0dfb
refs/heads/master: a0624a90a2bea97e0d65187b4b53ad400226c3f1
3 changes: 2 additions & 1 deletion trunk/drivers/platform/x86/dell-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ static void dell_wmi_notify(u32 value, void *context)
if (dell_new_hk_type && (buffer_entry[1] != 0x10)) {
printk(KERN_INFO "dell-wmi: Received unknown WMI event"
" (0x%x)\n", buffer_entry[1]);
kfree(obj);
return;
}

Expand All @@ -234,7 +235,7 @@ static void dell_wmi_notify(u32 value, void *context)
key->keycode == KEY_BRIGHTNESSDOWN) && acpi_video) {
/* Don't report brightness notifications that will also
* come via ACPI */
return;
;
} else {
input_report_key(dell_wmi_input_dev, key->keycode, 1);
input_sync(dell_wmi_input_dev);
Expand Down

0 comments on commit 930a289

Please sign in to comment.