]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/usb/hcd-ehci: Fix debug printf format string
authorBALATON Zoltan <balaton@eik.bme.hu>
Fri, 24 Jan 2025 12:47:13 +0000 (13:47 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 31 Jan 2025 18:36:44 +0000 (19:36 +0100)
commita40b5f32867294b7c855d2e4b98a4c2d32b3be28
tree271c5a229951912e3c021f9e1067dabb35c87d4d
parentfd7d66de5486b5b9ee871f65c88299f84c64b81b
hw/usb/hcd-ehci: Fix debug printf format string

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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250124124713.64F8C4E6031@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/usb/hcd-ehci.c