]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: sodaville: Convert to use managed functions pcim_* and devm_*
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 7 Nov 2018 19:18:04 +0000 (21:18 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 2 Dec 2018 13:40:21 +0000 (15:40 +0200)
commit9b66151c5e1995b22e87cbe288e4ea1102f8ac82
tree7d87139a8a0e62c85c9326de51ae234ed0ed8c93
parent8db477489cc6121c6bbc5ab8b20067f2bb14f489
gpio: sodaville: Convert to use managed functions pcim_* and devm_*

This makes the error handling much more simpler than open-coding everything
and in addition makes the probe function smaller an tidier.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-sodaville.c