Revert "driver core: Remove check in driver_deferred_probe_force_trigger()"
This reverts commitfefcfc9687
. The reverted commit is fixing commit716a7a2596
("driver core: fw_devlink: Add support for batching fwnode parsing"). Since the original commit will be reverted, the fix can be reverted too. Signed-off-by: Saravana Kannan <saravanak@google.com> Link: https://lore.kernel.org/r/20201121020232.908850-5-saravanak@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
96d8a9168e
Коммит
999032ece3
|
@ -172,6 +172,9 @@ static void driver_deferred_probe_trigger(void)
|
|||
|
||||
void driver_deferred_probe_force_trigger(void)
|
||||
{
|
||||
if (!driver_deferred_probe_enable)
|
||||
return;
|
||||
|
||||
/*
|
||||
* A successful probe means that all the devices in the pending list
|
||||
* should be triggered to be reprobed. Move all the deferred devices
|
||||
|
|
Загрузка…
Ссылка в новой задаче