Re: [Qemu-devel] [PATCH] ehci: fix assertion typo

2012-08-14 Thread Andreas Färber
Am 14.08.2012 16:13, schrieb Alejandro Martinez Ruiz: > Signed-off-by: Alejandro Martinez Ruiz > --- > hw/usb/hcd-ehci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Andreas Färber Patch looks like a sensible bugfix for 1.2, we most likely don't intend to overwrite the

[Qemu-devel] [PATCH] ehci: fix assertion typo

2012-08-14 Thread Alejandro Martinez Ruiz
Signed-off-by: Alejandro Martinez Ruiz --- hw/usb/hcd-ehci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index b043e7c..104c21d 100644 --- a/hw/usb/hcd-ehci.c +++ b/hw/usb/hcd-ehci.c @@ -2010,7 +2010,7 @@ static void ehci_fill_queue(EH