From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeTr1-00067h-Po for qemu-devel@nongnu.org; Fri, 21 Aug 2009 09:08:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeTqx-00062d-3Q for qemu-devel@nongnu.org; Fri, 21 Aug 2009 09:08:27 -0400 Received: from [199.232.76.173] (port=59007 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeTqw-00062K-Ph for qemu-devel@nongnu.org; Fri, 21 Aug 2009 09:08:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38997) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeTqw-0007gQ-8N for qemu-devel@nongnu.org; Fri, 21 Aug 2009 09:08:22 -0400 Received: from int-mx07.intmail.prod.int.phx2.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7LD8LVo013472 for ; Fri, 21 Aug 2009 09:08:21 -0400 Message-ID: <4A8E9C43.7080206@redhat.com> Date: Fri, 21 Aug 2009 15:08:19 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] e100 cleanup References: <1250859439-26724-1-git-send-email-quintela@redhat.com> In-Reply-To: <1250859439-26724-1-git-send-email-quintela@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 08/21/09 14:57, Juan Quintela wrote: > Remove un needed casts from void *. > Use DO_UPCAST() instead of blind casts Looks good. Acked-by: Gerd Hoffmann cheers, Gerd