Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: elan_i2c - do not leave interrupt disabled on suspend failure

Make sure interrupts are not left disabled when we fail to suspend the
touch controller.

Fixes: 6696777c6506 ("Input: add driver for Elan I2C/SMbus touchpad")
Link: https://lore.kernel.org/r/ZmKiiL-1wzKrhqBj@google.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

+2
+2
drivers/input/mouse/elan_i2c_core.c
··· 1356 1356 } 1357 1357 1358 1358 err: 1359 + if (ret) 1360 + enable_irq(client->irq); 1359 1361 mutex_unlock(&data->sysfs_mutex); 1360 1362 return ret; 1361 1363 }