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

Commit 1afaab90 authored by Wan ZongShun's avatar Wan ZongShun Committed by Dmitry Torokhov
Browse files

Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi'



The name of platfrom device was changed and we need to make driver's
name match in order for it to bind to the device.

Signed-off-by: default avatarWan ZongShun <mcuos.com@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 3e1bbc8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ static struct platform_driver w90p910_keypad_driver = {
	.probe		= w90p910_keypad_probe,
	.remove		= __devexit_p(w90p910_keypad_remove),
	.driver		= {
		.name	= "nuc900-keypad",
		.name	= "nuc900-kpi",
		.owner	= THIS_MODULE,
	},
};