Skip to content

Commit

Permalink
Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi'
Browse files Browse the repository at this point in the history
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: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Wan ZongShun authored and Dmitry Torokhov committed Jul 20, 2010
1 parent 3e1bbc8 commit 1afaab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/w90p910_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
Expand Down

0 comments on commit 1afaab9

Please sign in to comment.