On Thu, 2018-11-08 at 10:07 -0800, Alexander Duyck wrote:
Probe devices asynchronously instead of the driver. This results in
us
seeing the same behavior if the device is registered before the driver or
after. This way we can avoid serializing the initialization should the
driver not be loaded until after the devices have already been added.
Reviewed-by: Bart Van Assche <bvanassche(a)acm.org>