Re: [PATCH 1/1] clk: ICS8N3QV01 remove superfluous code

2020-07-17 Thread Heinrich Schuchardt
On 2/16/20 9:50 AM, Lukasz Majewski wrote: > On Sat, 15 Feb 2020 21:27:38 +0100 > Heinrich Schuchardt wrote: > >> Do not calculate a unused value of n which is overwritten in both >> branches of the subsequent if statement. >> >> Identified by cppcheck. >> >> Signed-off-by: Heinrich Schuchardt

Re: [PATCH 1/1] clk: ICS8N3QV01 remove superfluous code

2020-02-16 Thread Lukasz Majewski
On Sat, 15 Feb 2020 21:27:38 +0100 Heinrich Schuchardt wrote: > Do not calculate a unused value of n which is overwritten in both > branches of the subsequent if statement. > > Identified by cppcheck. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/clk/ics8n3qv01.c | 1 - > 1 file

[PATCH 1/1] clk: ICS8N3QV01 remove superfluous code

2020-02-15 Thread Heinrich Schuchardt
Do not calculate a unused value of n which is overwritten in both branches of the subsequent if statement. Identified by cppcheck. Signed-off-by: Heinrich Schuchardt --- drivers/clk/ics8n3qv01.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/ics8n3qv01.c