Searched hist:"916 d83cfe5da1cda454d8b0ae233f06b58bd7f91" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/input/serio/ |
H A D | ct82c710.c | diff f09830ab15bfb7eb4e832e44189b5b5883309811 Mon Nov 22 07:27:13 CET 2010 Axel Lin <axel.lin@gmail.com> Input: ct82c710 - remove a redundant serio_register_port()
We already call serio_register_port() in ct82c710_probe(), thus remove a redundant serio_register_port() in ct82c710_init().
Looks like this bug is introduced by 916d83cfe5da1cda454d8b0ae233f06b58bd7f91 "Input: ct82c710 - convert to the new platform device interface"
[dtor@mail.ru: also move printk to where we register port] Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru> diff 916d83cfe5da1cda454d8b0ae233f06b58bd7f91 Wed Dec 28 07:25:30 CET 2005 Dmitry Torokhov <dtor_core@ameritech.net> Input: ct82c710 - convert to the new platform device interface
Do not use platform_device_register_simple() as it is going away, implement ->probe() and ->remove() functions so manual binding and unbinding will work with this driver.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
|