diff options
author | 2023-04-14 10:46:19 +0200 | |
---|---|---|
committer | 2023-04-14 13:48:56 +0200 | |
commit | 43235168793cb1d766ccd015c219068e0547c511 (patch) | |
tree | 8d6e345abf980086afc7a8d205b432e3b68f2b4f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'riscv-dt-fixes-for-v6.3-final' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes (diff) | |
download | wireguard-linux-43235168793cb1d766ccd015c219068e0547c511.tar.xz wireguard-linux-43235168793cb1d766ccd015c219068e0547c511.zip |
firmware/psci: demote suspend-mode warning to info level
On some Qualcomm platforms, like SC8280XP, the attempt to set PC mode
during boot fails with PSCI_RET_DENIED and since commit 998fcd001feb
("firmware/psci: Print a warning if PSCI doesn't accept PC mode") this
is now logged at warning level:
psci: failed to set PC mode: -3
As there is nothing users can do about the firmware behaving this way,
demote the warning to info level and clearly mark it as a firmware bug:
psci: [Firmware Bug]: failed to set PC mode: -3
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions