Files
linux/drivers/input/touchscreen
Hans de Goede 5cab4d8478 Input: silead - use devm_gpiod_get
The silead code is using devm_foo for everything (and does not free
any resources). Except that it is using gpiod_get instead of
devm_gpiod_get (but is not freeing the gpio_desc), change this
to use devm_gpiod_get so that the gpio will be properly released.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2016-08-22 14:14:15 -07:00
..
2016-01-02 21:08:53 -08:00
2016-08-22 14:14:15 -07:00
2016-03-02 09:40:20 -08:00
2016-03-23 17:29:30 -07:00
2016-02-15 11:18:22 +01:00
2015-08-21 19:27:23 +02:00