commit | f63fbcee6720a529b8f94c7d72539c15a1a7a7f8 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Oct 12 14:19:44 2015 +0300 |
committer | Darren Hart <dvhart@linux.intel.com> | Thu Oct 15 08:21:32 2015 -0700 |
tree | 248ade7586f4ad9ad79d3b7c9dc6f534c8e65354 | |
parent | c4602280869e7aceb1245f525eff923e548ec9f3 [diff] |
intel_scu_ipc: Fix error path by turning to devm_* / pcim_* The error handling is broken right now since it leaves resources unfreed. Convert the code to use managed resources to fix the error handling. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>