]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(psci): correct parent_node type in messages
authorYann Gautier <yann.gautier@st.com>
Mon, 14 Feb 2022 10:09:23 +0000 (11:09 +0100)
committerYann Gautier <yann.gautier@st.com>
Tue, 15 Feb 2022 17:09:51 +0000 (18:09 +0100)
commitb9338eee7fbcac7f4b55f27b064572e847810422
tree1cb38b8bea9834f51d662bd05fc7e2a6813da56e
parenta211fde940d4dbd8e95e4f352af2a066a4f89f30
fix(psci): correct parent_node type in messages

As parent_node is unsigned, we have to use %u and not %d.
This avoids warning when -Wformat-signedness is enabled.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I5ab7acb33227d720b2c8a4ec013435442b219a44
lib/psci/psci_common.c