From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRkT4-0001Fa-Qy for qemu-devel@nongnu.org; Wed, 01 Jun 2011 08:24:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRkT3-0002Lh-C9 for qemu-devel@nongnu.org; Wed, 01 Jun 2011 08:24:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRkT2-0002Lb-Ry for qemu-devel@nongnu.org; Wed, 01 Jun 2011 08:24:09 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p51CO8kA022302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 1 Jun 2011 08:24:08 -0400 Message-ID: <4DE62F66.4000502@redhat.com> Date: Wed, 01 Jun 2011 14:24:06 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1306834530-12763-1-git-send-email-hdegoede@redhat.com> <1306834530-12763-7-git-send-email-hdegoede@redhat.com> In-Reply-To: <1306834530-12763-7-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/14] usb-linux: Ensure devep != 0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On 05/31/11 11:35, Hans de Goede wrote: > So that we don't index endp_table with a negative index. Patch applied. thanks, Gerd