commit | 76cf3fc844a46b5cdb94da98bffcbd45d4c355b8 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Apr 10 00:36:38 2013 +0000 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Apr 15 18:17:06 2013 +0200 |
tree | 488d4ad6e6cc31496d8c2e66897fd5c9e589d160 | |
parent | ca0c1ff528a332e6f83d4566c2c8eb05b108c83c [diff] |
i2c-designware-pci: 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> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>