[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20220425224932.C8670C385A9@smtp.kernel.org>
Date: Mon, 25 Apr 2022 15:49:30 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Colin Ian King <colin.i.king@...il.com>,
Michael Turquette <mturquette@...libre.com>,
linux-clk@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: mux: remove redundant initialization of variable width
Quoting Colin Ian King (2022-04-24 11:22:27)
> Variable width is being ininitialized with a value that is never read.
> The ininitializtion is redundant and can be removed. Move the variable
> to the scope it is required.
>
> Cleans up cppcheck warning:
> Variable 'width' is assigned a value that is never used.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
Applied to clk-next
Powered by blists - more mailing lists