[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240116175328.2d6902af@kernel.org>
Date: Tue, 16 Jan 2024 17:53:28 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Colin Ian King <colin.i.king@...il.com>
Cc: "David S . Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Lars Povlsen
<lars.povlsen@...rochip.com>, Steen Hegelund
<Steen.Hegelund@...rochip.com>, UNGLinuxDriver@...rochip.com,
netdev@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] net: microchip: sparx5: remove redundant store to
variable clk_hz
On Tue, 16 Jan 2024 16:18:47 +0000 Colin Ian King wrote:
> The store to clk_hz is redundant since clk_hz goes out of scope on the
> return. Fix this by replacing the *= operator with just * to remove
> the store back to clk_hz.
>
> Cleans up clang scan build warning:
> warning: Although the value stored to 'clk_hz' is used in the enclosing
> expression, the value is never actually read from 'clk_hz'
> [deadcode.DeadStores]
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
For consistency - same story as:
https://lore.kernel.org/all/20240116193152.GD588419@kernel.org/
--
pw-bot: defer
Powered by blists - more mailing lists