Skip to content
Commit 73589981 authored by Mohamed Omar Asaker's avatar Mohamed Omar Asaker
Browse files

mod/power-distributor: Fix format specifier for domain index logging



Replace incorrect `%u` format specifier with `%"PRIu32"` in the
error log message when distribution fails for a domain. This ensures
correct and portable formatting of `uint32_t` values across platforms.

Signed-off-by: Mohamed Omar Asaker's avatarMohamed Omar Asaker <mohamed.omarasaker@arm.com>
parent a665693c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment