From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFlN0-0005BQ-Ek for qemu-devel@nongnu.org; Fri, 29 Apr 2011 06:56:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFlMz-0004k6-HF for qemu-devel@nongnu.org; Fri, 29 Apr 2011 06:56:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFlMz-0004k2-65 for qemu-devel@nongnu.org; Fri, 29 Apr 2011 06:56:21 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3TAuKRM023436 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 29 Apr 2011 06:56:20 -0400 Message-ID: <4DBA99EE.50700@redhat.com> Date: Fri, 29 Apr 2011 12:58:54 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4DB95EF7.6090301@redhat.com> <1303997679-8885-1-git-send-email-alevy@redhat.com> In-Reply-To: <1303997679-8885-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv2] ide/atapi: fix set but unused List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org Am 28.04.2011 15:34, schrieb Alon Levy: > Signed-off-by: Alon Levy > --- > hw/ide/atapi.c | 4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) Thanks, applied to the block branch. Kevin