From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVkXw-0004Q3-Be for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:40:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVkXv-0004LI-LL for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:40:24 -0500 Received: from mail-vk0-x22e.google.com ([2607:f8b0:400c:c05::22e]:34152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVkXv-0004L7-EP for qemu-devel@nongnu.org; Tue, 16 Feb 2016 13:40:23 -0500 Received: by mail-vk0-x22e.google.com with SMTP id e185so141517260vkb.1 for ; Tue, 16 Feb 2016 10:40:23 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1454334712-12360-9-git-send-email-eric.auger@linaro.org> References: <1454334712-12360-1-git-send-email-eric.auger@linaro.org> <1454334712-12360-9-git-send-email-eric.auger@linaro.org> From: Peter Maydell Date: Tue, 16 Feb 2016 18:40:03 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v6 8/8] hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: Baptiste Reynal , Thomas Huth , eric.auger@st.com, Patch Tracking , Peter Crosthwaite , QEMU Developers , Alex Williamson , qemu-arm , Suravee Suthikulpanit , Paolo Bonzini , thomas.lendacky@amd.com, =?UTF-8?B?QWxleCBCZW5uw6ll?= , Christoffer Dall , David Gibson On 1 February 2016 at 13:51, Eric Auger wrote: > qemu_fdt_setprop asserts in case of error hence no need to check > the returned value. > > Signed-off-by: Eric Auger > Reviewed-by: Peter Maydell thanks -- PMM