Commit 74b84d1
driver core: fw_devlink: Don't warn about sync_state() pending
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 <[email protected]>
Reported-by: Sebin Francis <[email protected]>
Reported-by: Diederik de Haas <[email protected]>
Reported-by: Jon Hunter <[email protected]>
Reviewed-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Reviewed-by: Dhruva Gole <[email protected]>
Reviewed-by: Sebastian Reichel <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Acked-by: Saravana Kannan <[email protected]>
Reviewed-by: Sebin Francis <[email protected]>
Tested-by: Sebin Francis <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>1 parent 3a86608 commit 74b84d1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1784 | 1784 | | |
1785 | 1785 | | |
1786 | 1786 | | |
1787 | | - | |
| 1787 | + | |
1788 | 1788 | | |
1789 | 1789 | | |
1790 | 1790 | | |
| |||
0 commit comments