|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v3] hw/usb/hcd-ehci: Fix debug printf format string |
Date: | Thu, 30 Jan 2025 22:54:39 +0100 |
User-agent: | Mozilla Thunderbird |
On 24/1/25 13:47, BALATON Zoltan wrote:
The variable is uint64_t so needs %PRIu64 instead of %d. Fixes: 3ae7eb88c47 ("ehci: fix overflow in frame timer code") Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> --- v3: Fixed commit message to match what the patch actually does hw/usb/hcd-ehci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Patch queued, thanks.
[Prev in Thread] | Current Thread | [Next in Thread] |