Re: [PATCH net v2 0/7] net: cpsw: fix leaks and probe deferral

From: David Miller
Date: Fri Nov 18 2016 - 13:49:21 EST


From: Johan Hovold <johan@xxxxxxxxxx>
Date: Thu, 17 Nov 2016 17:39:57 +0100

> This series fixes as number of leaks and issues in the cpsw probe-error
> and driver-unbind paths, some which specifically prevented deferred
> probing.
...
> v2
> - Keep platform device runtime-resumed throughout probe instead of
> resuming in the probe error path as suggested by Grygorii (patch
> 1/7).
>
> - Runtime-resume platform device before registering any children in
> order to make sure it is synchronously suspended after deregistering
> children in the error path (patch 3/7).

Series applied, thanks.