Re: [PATCH] driver core: Fix device link deferred probe
From: Greg Kroah-Hartman
Date: Thu Nov 02 2017 - 05:33:06 EST
On Thu, Nov 02, 2017 at 11:22:53AM +0200, Adrian Hunter wrote:
> A device probe deferred because of a device link is never probed again
> because it is not added to the deferred_probe_pending_list. Add it, taking
> care of the race with driver_deferred_probe_trigger().
What hardware is triggering this? Is this a new thing, or something
that has always happened?
thanks,
greg k-h