Input: synaptics-rmi4 - fix error handling in I2C transport driver
authorGuenter Roeck <linux@roeck-us.net>
Tue, 4 Oct 2016 18:50:54 +0000 (11:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 4 Oct 2016 18:52:24 +0000 (11:52 -0700)
commit261d7794c49b9a3bb5115c5ffc452e00f969bf43
tree936e7c8905f38587bc5190c5fb3711f896623aca
parentbbc2ceeb3220e54c7574f0b5e3a252fd9a62cf8a
Input: synaptics-rmi4 - fix error handling in I2C transport driver

Instantiating the rmi4 I2C transport driver without interrupts assigned
(for example using manual i2c instantiation from the command line)
caused the driver to fail to load, but it does not clean up its regulator
or transport device registrations. Result is a crash at a later time,
for example when rebooting the system.

Fixes: 946c8432aab0 ("Input: synaptics-rmi4 - support regulator supplies")
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/rmi4/rmi_i2c.c