Re: [PATCH] mfd: lpc_sch: don't call mfd_remove_devices()

2014-11-04 Thread Lee Jones
On Mon, 03 Nov 2014, Andy Shevchenko wrote: > 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

Re: [PATCH] mfd: lpc_sch: don't call mfd_remove_devices()

2014-11-04 Thread Lee Jones
On Mon, 03 Nov 2014, Andy Shevchenko wrote: 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

[PATCH] mfd: lpc_sch: don't call mfd_remove_devices()

2014-11-03 Thread Andy Shevchenko
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 ---

[PATCH] mfd: lpc_sch: don't call mfd_remove_devices()

2014-11-03 Thread Andy Shevchenko
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