[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] exynos: Fix bad printf format specifiers
From: |
Peter Maydell |
Subject: |
Re: [PATCH] exynos: Fix bad printf format specifiers |
Date: |
Thu, 12 Nov 2020 15:34:24 +0000 |
On Wed, 11 Nov 2020 at 07:48, Alex Chen <alex.chen@huawei.com> wrote:
>
> 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>
> ---
> hw/timer/exynos4210_mct.c | 4 ++--
> hw/timer/exynos4210_pwm.c | 8 ++++----
> 2 files changed, 6 insertions(+), 6 deletions(-)
Applied to target-arm.next, thanks.
-- PMM