device: core: Log warning for devices pending deferred probe on timeout
authorNícolas F. R. A. Prado <nfraprado@collabora.com>
Tue, 5 Mar 2024 22:21:38 +0000 (17:21 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Mar 2024 22:10:31 +0000 (22:10 +0000)
commit6aeb8850e0f39869d43768603a75c0431562a429
tree8f8483c28247a05fb790043d75bb63fbf4bb6ffd
parent448af2d28899a2b4b1b07944b4910dfd5841bf55
device: core: Log warning for devices pending deferred probe on timeout

Once the deferred probe timeout has elapsed it is very likely that the
devices that are still deferring probe won't ever be probed. Therefore
log the defer probe pending reason at the warning level instead to bring
attention to the issue.

Signed-off-by: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20240305-device-probe-error-v1-3-a06d8722bf19@collabora.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/dd.c