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

Commit 81f0a91e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] drivers/input/misc/wistron_btns.c NULL noise removal

parent 833882b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -320,7 +320,7 @@ static struct dmi_system_id dmi_ids[] = {
		},
		},
		.driver_data = keymap_acer_aspire_1500
		.driver_data = keymap_acer_aspire_1500
	},
	},
	{ 0, }
	{ NULL, }
};
};


static int __init select_keymap(void)
static int __init select_keymap(void)