diff --git a/drivers/base/dd.c b/drivers/base/dd.c index a09bc09401f94..dd327cfd6843e 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c @@ -184,7 +184,7 @@ static void driver_deferred_probe_trigger(void) * Kick the re-probe thread. It may already be scheduled, but it is * safe to kick it again. */ - schedule_work(&deferred_probe_work); + queue_work(system_unbound_wq, &deferred_probe_work); } /**