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 <bala...@eik.bme.hu> Reviewed-by: Peter Maydell <peter.mayd...@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.