commit | 7eebe96f22e7968656a64458620f5cdabee8903c | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Sun Jun 19 19:06:44 2016 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Thu Jun 23 11:07:14 2016 +0200 |
tree | 13c77722d95f23a9e5617a9f0da796a681d77345 | |
parent | 53499109289846ac115ff2cfc78f0637df5b473d [diff] |
gpio: lynxpoint: avoid potential warning on error path When devres API is in use we are not supposed to call plain gpiochip_remove(). Remove redundant call to gpiochip_remove(). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>