From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhHUM-0000A2-Uy for qemu-devel@nongnu.org; Tue, 28 May 2013 06:50:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhHUH-00077v-13 for qemu-devel@nongnu.org; Tue, 28 May 2013 06:50:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhHUG-00077r-Pd for qemu-devel@nongnu.org; Tue, 28 May 2013 06:50:40 -0400 Message-ID: <51A48BF7.4080302@redhat.com> Date: Tue, 28 May 2013 12:50:31 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1367935572-15501-1-git-send-email-emaste@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] host-libusb: Correct test for USB packet state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ed Maste Cc: qemu-devel@nongnu.org On 05/21/13 15:45, Ed Maste wrote: > On 7 May 2013 10:06, Ed Maste wrote: >> USB_RET_ASYNC is -6, so inflight was always false. > > Ping. I believe the "if (inflight)" block in usb_host_req_abort() can > never be executed in the current code. Patch added to usb patch queue. thanks, Gerd