From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F1FD0C433EF for ; Wed, 24 Nov 2021 08:35:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7E18D82F83; Wed, 24 Nov 2021 09:35:18 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="osahYrub"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B5DF683521; Wed, 24 Nov 2021 09:35:16 +0100 (CET) Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7652E80D28 for ; Wed, 24 Nov 2021 09:35:13 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=hansson.mattias@gmail.com Received: by mail-ed1-x536.google.com with SMTP id g14so6779746edb.8 for ; Wed, 24 Nov 2021 00:35:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:date:cc:subject:from:to :message-id; bh=t8T0n+053L5GLCJcYvRNnj74XL6VE95VS3M1nVYh72o=; b=osahYrubsRigLFA37KxG53A045A8AwMZwiNdIfsPk5mPlmiWvZt6Mi7sGeZAi3uRka pZOyHAhQn04Tj573237FOnMW2Ek7DGA+55f032Vq4JRvkPGR9toSl7deHv97Iy3fRK1n 68j71vHWNduc/j7VgXAFRuDpq/jJ3wcz1hJTw6cPi6EI2LjZx59xzy54XnKAzT3RHlaN VKDRHkJTPftJ58EfyE/K/d4O8UZIs3BZ16uTQ/zT/MYh1YIXP87L0Zcw1GfFCi/HUyPo pz5ubFat7Yx9dLuQxEdhkh6pqPGQapgdPHSRCiTHOgQUwdFasWWT7sgc6jobsWM32dLQ +35Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:content-transfer-encoding:in-reply-to:date:cc :subject:from:to:message-id; bh=t8T0n+053L5GLCJcYvRNnj74XL6VE95VS3M1nVYh72o=; b=6MNlF2Kc0NcF22EpamoPCWQBfpMqnPjZEHWIVKDcDtpKX5vq/EitJZcM/E1KNdHn5U tds97dTm83Q+uqcAg6+zc/fhrikZWatArJZQA78QSrS+Yu2Vx6KV5ntNgPzSPyVRNpWb Th0/ebXkB3xzkfJxDhsgXW14WtJY/UcnC8nf4TaNi3KhI1Ru3nKEwZr8oBuirVFDhkes fBgKaFNLptb/yoTbDzrpL8wz0N5nipX0gH/irWZYy6o96HSNjvFbbfEG2msMbD1nZpcE Z+vubipxzRmtZ3pEpzowUIxnYQvw2TazUEs7Cf46KD/eXED3gozRMHlXzwl7cfW3ZN7H txEA== X-Gm-Message-State: AOAM532NBnDOphRT8v61QrlUPuYk3urDRW2IhjmFlAfD/pv/P2lhlGkR 2286B8aKQDbnetCX4jwZh80zAM45CYY= X-Google-Smtp-Source: ABdhPJzkD5urJvwfoznpBxIGfjw/b4Kgac/m7J3o2/NONlUmj8yjsPXnn46nCVIpBtQWrFEJxIUW+g== X-Received: by 2002:a17:907:75d3:: with SMTP id jl19mr17620942ejc.520.1637742913150; Wed, 24 Nov 2021 00:35:13 -0800 (PST) Received: from localhost (84-216-106-29.customers.ownit.se. [84.216.106.29]) by smtp.gmail.com with ESMTPSA id gb42sm1739832ejc.49.2021.11.24.00.35.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 24 Nov 2021 00:35:12 -0800 (PST) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 In-Reply-To: <2787774.1637741784@gemini.denx.de> Date: Wed, 24 Nov 2021 09:35:11 +0100 Cc: Subject: Re: [PATCH] tools/mxsimage: Remove fclose on empty FILE pointer From: "Mattias Hansson" To: "Wolfgang Denk" Message-Id: X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.37 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Thank you for the quick reply. I share your opinion about the goto. I will work on a new patch. Thank you for the feedback.=20