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 898C6C05027 for ; Fri, 3 Feb 2023 18:21:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D08FD85FB8; Fri, 3 Feb 2023 19:20:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="KlE9386U"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4BB5785FAA; Fri, 3 Feb 2023 19:20:37 +0100 (CET) Received: from mail-qv1-xf35.google.com (mail-qv1-xf35.google.com [IPv6:2607:f8b0:4864:20::f35]) (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 A5A5185F9F for ; Fri, 3 Feb 2023 19:20:34 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf35.google.com with SMTP id i12so3375860qvs.2 for ; Fri, 03 Feb 2023 10:20:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=K/F0VXzwNy1jBQEoAMf3pBIXNgba2sIc4ZWDVpjyeLA=; b=KlE9386UkWNBi6ADUMyJczfuOMydkjtfAaQ++eKUZxm00q5lpJYXdL+/uA09PC4i+x rtPlzEPHpJhugA8yW5AMEH8pt/W0ClRwS2guiornFWsQaCBAitnBoqq7jm7K28YK9ElX juUBiWCYev5xJuR2qkZ0tu9iozrmGkcXVJNiY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=K/F0VXzwNy1jBQEoAMf3pBIXNgba2sIc4ZWDVpjyeLA=; b=LyrqE5VZ7k7EZvOmEJQWHu4UPFqj7c7D+yaNYAT6krngE2+6aPWizC/cob0BYAkcw+ IJdIqq1bAPMdTCTwIKIsGSRtKO9AhIvvVAlvjgbC+1m0sJ+9EtJc2kdC/Hm5pV6r4OvC bye3oZzXi2v+mHYstKoT7qhp4K6CniMNjEm34SlBGW3Du2ySrZV6HwSZuzCwPyMkhhs4 K2mL+uSnqeL8V3fFyXNUdHkUq/5U+/u5iuwX6U/xZ+zMHBy9DwQIlJG6AHGmqjhi99/7 GDD+E6THC5+Bma1uR8zZR345qIjk0JIYIA48vg7OsRyA+q6cApvjEpFjn34RYSLocdfa 1P9A== X-Gm-Message-State: AO0yUKXeCS+lr6NZL4z54g/A5VpS2d0szOHSgxPlPdVNfquG5X747UhU PgMCgXJGSsohkhH8ER6rFMP7tQ== X-Google-Smtp-Source: AK7set8NwxOjV1hakWZHV1HSizkzQi31waiIr7N9RicVpTpgsejwCbhqXS7PE/685fmmZgQHY1101g== X-Received: by 2002:a05:6214:2342:b0:538:861f:cfdd with SMTP id hu2-20020a056214234200b00538861fcfddmr20913656qvb.43.1675448433452; Fri, 03 Feb 2023 10:20:33 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-d049-1ce1-b939-5115.res6.spectrum.com. [2603:6081:7b00:6400:d049:1ce1:b939:5115]) by smtp.gmail.com with ESMTPSA id g17-20020ae9e111000000b006ce580c2663sm2276288qkm.35.2023.02.03.10.20.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Feb 2023 10:20:33 -0800 (PST) Date: Fri, 3 Feb 2023 13:20:31 -0500 From: Tom Rini To: Ioana Ciornei Cc: joe.hershberger@ni.com, rfried.dev@gmail.com, sjg@chromium.org, peng.fan@nxp.com, u-boot@lists.denx.de Subject: Re: [PATCH 1/7] drivers: net: fsl-mc: remove useless assignment of variable Message-ID: References: <20230105150321.357607-1-ioana.ciornei@nxp.com> <20230105150321.357607-2-ioana.ciornei@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="l2393uVD5JnTqhvO" Content-Disposition: inline In-Reply-To: <20230105150321.357607-2-ioana.ciornei@nxp.com> X-Clacks-Overhead: GNU Terry Pratchett 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.6 at phobos.denx.de X-Virus-Status: Clean --l2393uVD5JnTqhvO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 05, 2023 at 05:03:15PM +0200, Ioana Ciornei wrote: > The cur_ptr variable is set to the start of the log buffer but then it's > not used. Just remove the assignment altogether. >=20 > Signed-off-by: Ioana Ciornei > Reviewed-by: Ramon Fried For the series, and except for 4/7 which Ramon rejected, applied to u-boot/master, thanks! --=20 Tom --l2393uVD5JnTqhvO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPdUG8ACgkQFHw5/5Y0 tyxacQv+OiAJwKhk0ykdTI53+MDHRzXLCbhGStFoxzovPFfNZDwn4mLEuYl+9zRy 0lPrGgF2AO5gd+Oej6F3FAfZyxkyTDzgmzI3QqsJ5nj84hxeI/Wd2C9AtdQW31RL nUA9gf5tvnGxb56OUNWFzNG/yEpRXP9wcZDD3JwlGdnXx4xceDRUJG0FUA4Mik2j WKO3s7OMB8VWIQYBlv4uDskEJt8amJFHzk7/oYkMg3DoxJrSGq2n8LomfVoOoInp h6OtZBc4kL5SX8WEL7FdadBoPM0qcEEWyI8Uy/Uo0exWkAZWZ0HYhzJch+I+6PNZ HaEeyfgzuqDf5iXD+7OO5Vk6FWufGhWooG676Q27GdVrEWhT4lLGYg/1h7aZ/v7j TuE7qOyrYsaitELgGBC05yvbDDwNRWGkcUZfUAevXtzrPz+gTRwilkYZfhUQYcB6 /AXIg+5S0w/PaAI4tFU3xcwd8G76TV4qu+qswIsSKemAD+8RzfrFdUQi6EJpg4wu a9Ap1HSU =4447 -----END PGP SIGNATURE----- --l2393uVD5JnTqhvO--