commit | 685cbd2f63a48bd111bd2c3c4a2228029595ba12 | [log] [tgz] |
---|---|---|
author | Hervé Poussineau <hpoussin@reactos.org> | Thu Feb 21 22:58:08 2013 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Feb 23 09:39:41 2013 +0000 |
tree | 27468341026c1d4ccabc06eb8e540776bdee0d24 | |
parent | 30e8f22b7bc6694b9abea43f45db6fd5be4df429 [diff] |
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>