exynos: Fix bad printf format specifiers
commit63192565f9f5cc1c82c4213713c0a2764d8242e5
authorAlex Chen <alex.chen@huawei.com>
Tue, 17 Nov 2020 12:56:32 +0000 (17 12:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Nov 2020 12:56:32 +0000 (17 12:56 +0000)
tree312ba54fd9f6e961de05ad8027359fbaca854a24
parent3362c56835cd171e178b754f39d3814c27670f8b
exynos: Fix bad printf format specifiers

We should use printf format specifier "%u" instead of "%d" for
argument of type "unsigned int".

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Alex Chen <alex.chen@huawei.com>
Message-id: 20201111073651.72804-1-alex.chen@huawei.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/timer/exynos4210_mct.c
hw/timer/exynos4210_pwm.c