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 7FEAEC433F5 for ; Wed, 18 May 2022 11:49:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3601084262; Wed, 18 May 2022 13:49:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org 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=linaro.org header.i=@linaro.org header.b="SNC7NHSQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E7B1280885; Wed, 18 May 2022 05:42:32 +0200 (CEST) Received: from mail-pg1-x535.google.com (mail-pg1-x535.google.com [IPv6:2607:f8b0:4864:20::535]) (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 3EA5D80885 for ; Wed, 18 May 2022 05:42:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jaswinder.singh@linaro.org Received: by mail-pg1-x535.google.com with SMTP id g184so1029716pgc.1 for ; Tue, 17 May 2022 20:42:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5pdMcV4kLUdqxmlOxgpVC1ZBF+H3X6EiG3hchd6RUhk=; b=SNC7NHSQcJBoQvJfFpWRXtjJlddtEqtw2LvH3H/W50g32GPcrg+3s/gQwcaCFNwbbO XLJpiQWDwXF8b6JJetojKV5PJGIX88Xw+eRuJWzF6kvK3N5eF6psij+3kbsWxdaGoE1N aIiu4oT6G+/bXGzdPyqhguhyX3yHPo7D9im22z904gVlBEufdqXupN0FQbe5CmUrj5/B heXez8PH1p7RXquLna5yRINw8AK/PMXmMivLlNlcdqwz+34ynithjeHLVI3AViBGyn5+ q0ZyN0/siTAuf0RwQHnNMS933Lqj9OdZHj6FXHMyuwZmAaynw6cAAU5rBAqrtkjCRSFX PUSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5pdMcV4kLUdqxmlOxgpVC1ZBF+H3X6EiG3hchd6RUhk=; b=AKjXPxxFVbJrhovvl/RHk5LExvfE8VvnEiKT7igk27itdEVrfF+NepfnqHAH7tgXNd Pz13msCBnfkr4JwRLteRLCnOF7kq3KJtloR9CVbU2xzYcaMyFKrQeIrsx+G2fwiTcQd1 6M4FB0Nyj+h6X37MEBUNrec1KbKX/ajBJQ15xNMK9QW9qQlePNJXW87V3P7MDPy/+vqm kPvvV7K9TKGlNdgUrUuB+8uWftg5wBXcuNjzW0Qyq4jjT3mXRNoNYuPH/znNi7rg2Tv0 1iNwlYlD/PORDicAfbgoDO50uorX0BoD6SmLdw92YnOt7BmA+n9TPjYS8gO1Hia2yPUl eYcQ== X-Gm-Message-State: AOAM533alPnE/uJFQ3vtG4GY1kUB06SpMfqZaRp4VwupCYNsmrgb06qD NN4V979tpC0IG3gqajASwI/bxh03Ysj/YI18bULiBQ== X-Google-Smtp-Source: ABdhPJwCCiPqsDNjNdrgqZlEKKI4PVjlZqSp8nYhb4keo2V0r3taqCEG68405BKl5Q/Tk6zcW+TSREWfj+2W2ERXHXE= X-Received: by 2002:a62:e80f:0:b0:50d:3693:43df with SMTP id c15-20020a62e80f000000b0050d369343dfmr25989341pfi.36.1652845348567; Tue, 17 May 2022 20:42:28 -0700 (PDT) MIME-Version: 1.0 References: <20220517084139.6986-1-masahisa.kojima@linaro.org> <20220517084139.6986-2-masahisa.kojima@linaro.org> In-Reply-To: <20220517084139.6986-2-masahisa.kojima@linaro.org> From: Jassi Brar Date: Tue, 17 May 2022 22:42:17 -0500 Message-ID: Subject: Re: [PATCH 1/4] spi: synquacer: busy variable must be initialized before use To: Masahisa Kojima Cc: u-boot@lists.denx.de, Satoru Okamoto , Jagan Teki Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Wed, 18 May 2022 13:49:18 +0200 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean On Tue, 17 May 2022 at 03:41, Masahisa Kojima wrote: > > "busy" variable is ORed without being initialized, > must be zeroed before use. > > Signed-off-by: Masahisa Kojima > Signed-off-by: Satoru Okamoto > --- Acked-by: Jassi Brar