commit | bde3e706a63d5c258b3e4f5e327bcf032fb1adfe | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Nov 03 19:29:23 2014 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Nov 25 16:18:52 2014 +0000 |
tree | 6d6f7c4eba4065f08de84b7f3463d80930ab716b | |
parent | 1753b40f5c97e0d0bf2f0a562603cfc592945a5e [diff] |
mfd: lpc_sch: Don't call mfd_remove_devices() MFD core already cares about failing registration. It will remove successfully registered devices in case of error. Thus, no need to repeatedly call mfd_remove_devices(). Fixes: 5829e9b64e65 (mfd: lpc_sch: Accomodate partial population of the MFD devices) Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>