Re: [Qemu-devel] [PATCH] xhci: fix bad print specifier

2013-02-23 Thread Blue Swirl
Thanks, applied. On Thu, Feb 21, 2013 at 9:58 PM, Hervé Poussineau wrote: > 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

Re: [Qemu-devel] [PATCH] xhci: fix bad print specifier

2013-02-22 Thread Gerd Hoffmann
On 02/21/13 22:58, Hervé Poussineau wrote: > 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 Acked-by: Gerd Hoffmann che

Re: [Qemu-devel] [PATCH] xhci: fix bad print specifier

2013-02-21 Thread Stefan Weil
Am 21.02.2013 22:58, schrieb Hervé Poussineau: > 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 > --- > hw/usb/hcd-xhci.c

[Qemu-devel] [PATCH] xhci: fix bad print specifier

2013-02-21 Thread Hervé Poussineau
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 --- hw/usb/hcd-xhci.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)