From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1z0r-0000RC-CM for qemu-devel@nongnu.org; Mon, 27 Feb 2012 06:45:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S1z0q-000383-8c for qemu-devel@nongnu.org; Mon, 27 Feb 2012 06:45:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S1z0q-00037R-1H for qemu-devel@nongnu.org; Mon, 27 Feb 2012 06:45:04 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1RBj3jw013369 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 27 Feb 2012 06:45:03 -0500 Message-ID: <4F4B6CBC.4050306@redhat.com> Date: Mon, 27 Feb 2012 12:45:00 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1330269288-5578-1-git-send-email-hdegoede@redhat.com> <1330269288-5578-5-git-send-email-hdegoede@redhat.com> In-Reply-To: <1330269288-5578-5-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/6] usb-redir: Return USB_RET_NAK when we've no data for an interrupt endpoint List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 02/26/12 16:14, Hans de Goede wrote: > + if (status) > + return usbredir_handle_status(dev, status, 0); Fails checkpatch.pl, braces needed here. cheers, Gerd