]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Input: touchscreen - drop unnecessary calls to device_init_wakeup
authorGuenter Roeck <linux@roeck-us.net>
Sun, 22 Jan 2017 07:49:13 +0000 (23:49 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 22 Jan 2017 07:53:30 +0000 (23:53 -0800)
commit8e1b4d83cf8b0e62f5a45792d07f027783c1a07c
tree43b63f8c2430314ccb2220b671d13bc8916f4635
parent56580c2cb7d72e2176136b8146bcc6a527d8ac38
Input: touchscreen - drop unnecessary calls to device_init_wakeup

Calling device_init_wakeup in the remove function is unnecessary since the
device is going away, and thus won't be able to cause any wakeups under any
circumstances. Besides, the driver cleanup code already handles the
necessary cleanup.

Similarly, disabling wakeup in the probe error path is unnecessary, as is
disabling wakeup in the probe function in the first place.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ads7846.c
drivers/input/touchscreen/bu21013_ts.c
drivers/input/touchscreen/eeti_ts.c
drivers/input/touchscreen/lpc32xx_ts.c
drivers/input/touchscreen/st1232.c