commit | 6ad02b29b836b6180263f14cc41147f4cb6d6a70 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Nov 07 21:18:04 2018 +0200 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Sun Dec 02 15:40:21 2018 +0200 |
tree | eb8f404b64f69858b757e9d2c2e8e922ca5d48e9 | |
parent | c3bc3ff9e8019fba74ce62bfb501d710c2fca9d3 [diff] |
gpio: pch: 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>