xhci: fix bad print specifier
authorHervé Poussineau <hpoussin@reactos.org>
Thu, 21 Feb 2013 21:58:08 +0000 (22:58 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
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 <hpoussin@reactos.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/usb/hcd-xhci.c