[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] hw/usb/hcd-ehci: Fix debug printf format string
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2] hw/usb/hcd-ehci: Fix debug printf format string |
Date: |
Fri, 24 Jan 2025 12:29:15 +0000 |
On Fri, 24 Jan 2025 at 02:53, BALATON Zoltan <balaton@eik.bme.hu> wrote:
>
> The variable is uint64_t so needs %ld instead of %d.
>
> Fixes: 3ae7eb88c47 ("ehci: fix overflow in frame timer code")
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
> hw/usb/hcd-ehci.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM