Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9db3efe authored by Corentin Chary's avatar Corentin Chary Committed by Matthew Garrett
Browse files

eeepc-laptop: add missing sparse_keymap_free



Also remove legacy keymap which was not used since
we use sparse_keymap.

Signed-off-by: default avatarCorentin Chary <corentincj@iksaif.net>
parent fb48aef7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
@@ -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);
	}
}