Re: [Qemu-devel] [PATCH] use: fix bit test

2012-04-19 Thread Gerd Hoffmann
On 04/02/12 08:35, Lai Jiangshan wrote: > use & instead of the wrong && Fixed $subject and added to usb patch queue. thanks, Gerd

Re: [Qemu-devel] [PATCH] use: fix bit test

2012-04-02 Thread Lai Jiangshan
On 04/02/2012 05:50 PM, Andreas Färber wrote: > Am 02.04.2012 08:35, schrieb Lai Jiangshan: >> >> use & instead of the wrong && >> >> Signed-off-by: Lai Jiangshan > > Patch looks okay but the subject should probably be fixed to say "usb:" > when applying. :) > Thank you!! Hi, Gerd, Does this

Re: [Qemu-devel] [PATCH] use: fix bit test

2012-04-02 Thread Andreas Färber
Am 02.04.2012 08:35, schrieb Lai Jiangshan: > > use & instead of the wrong && > > Signed-off-by: Lai Jiangshan Patch looks okay but the subject should probably be fixed to say "usb:" when applying. :) Andreas > --- > diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c > index 73b0c7f..89c2406

[Qemu-devel] [PATCH] use: fix bit test

2012-04-01 Thread Lai Jiangshan
use & instead of the wrong && Signed-off-by: Lai Jiangshan --- diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 73b0c7f..89c2406 100644 --- a/hw/usb/hcd-xhci.c +++ b/hw/usb/hcd-xhci.c @@ -502,7 +502,7 @@ static void xhci_irq_update(XHCIState *xhci) int level = 0; if (xhci->im