Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190212
b: refs/heads/master
c: c9db3ef
h: refs/heads/master
v: v3
  • Loading branch information
Corentin Chary authored and Matthew Garrett committed Apr 23, 2010
1 parent 7952b78 commit 8072494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: fb48aef7c3e53231cddccc1e43721543bc033ae9
refs/heads/master: c9db3efee16add57ea459a00dfa00610fcbce931
3 changes: 1 addition & 2 deletions trunk/drivers/platform/x86/eeepc-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ struct eeepc_laptop {
struct backlight_device *backlight_device;

struct input_dev *inputdev;
struct key_entry *keymap;

struct rfkill *wlan_rfkill;
struct rfkill *bluetooth_rfkill;
Expand Down Expand Up @@ -1204,8 +1203,8 @@ static int eeepc_input_init(struct eeepc_laptop *eeepc)
static void eeepc_input_exit(struct eeepc_laptop *eeepc)
{
if (eeepc->inputdev) {
sparse_keymap_free(eeepc->inputdev);
input_unregister_device(eeepc->inputdev);
kfree(eeepc->keymap);
}
}

Expand Down

0 comments on commit 8072494

Please sign in to comment.