]> Git Repo - qemu.git/commit
xhci: fix bad print specifier
authorHervé Poussineau <[email protected]>
Thu, 21 Feb 2013 21:58:08 +0000 (22:58 +0100)
committerBlue Swirl <[email protected]>
Sat, 23 Feb 2013 09:39:41 +0000 (09:39 +0000)
commit685cbd2f63a48bd111bd2c3c4a2228029595ba12
tree27468341026c1d4ccabc06eb8e540776bdee0d24
parent30e8f22b7bc6694b9abea43f45db6fd5be4df429
xhci: fix bad print specifier

This fixes the following compilation error:
hw/usb/hcd-xhci.c:1156:17: error: format ‘%llx’ expects argument of type
‘long long unsigned int’, but argument 4 has type ‘unsigned int’

Signed-off-by: Hervé Poussineau <[email protected]>
Reviewed-by: Stefan Weil <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
hw/usb/hcd-xhci.c
This page took 0.02389 seconds and 4 git commands to generate.