[PATCH v2] driver core: fw_devlink: Don't warn about sync_state() pending

Kevin Hilman khilman at kernel.org
Thu Oct 9 14:54:16 PDT 2025


Ulf Hansson <ulf.hansson at linaro.org> writes:

> Due to the wider deployment of the ->sync_state() support, for PM domains
> for example, we are receiving reports about the sync_state() pending
> message that is being logged in fw_devlink_dev_sync_state(). In particular
> as it's printed at the warning level, which is questionable.
>
> Even if it certainly is useful to know that the ->sync_state() condition
> could not be met, there may be nothing wrong with it. For example, a driver
> may be built as module and are still waiting to be initialized/probed. For
> this reason let's move to the info level for now.
>
> Reported-by: Geert Uytterhoeven <geert at linux-m68k.org>
> Reported-by: Sebin Francis <sebin.francis at ti.com>
> Reported-by: Diederik de Haas <didi.debian at cknow.org>
> Reported-by: Jon Hunter <jonathanh at nvidia.com>
> Reviewed-by: Tomi Valkeinen <tomi.valkeinen at ideasonboard.com>
> Signed-off-by: Ulf Hansson <ulf.hansson at linaro.org>

Reviewed-by: Kevin Hilman <khilman at baylibre.com>



More information about the linux-arm-kernel mailing list