Home
last modified time | relevance | path

Searched hist:"5300 ebb6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpio-exar.c5300ebb6 Tue Oct 20 02:24:04 CDT 2020 Bartosz Golaszewski <bgolaszewski@baylibre.com> gpio: exar: use devm action for freeing the IDA and drop remove()

We can simplify the error path in probe() and drop remove() entirely if
we provide a devm action for freeing the device ID.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>