Re: [PATCH 10/19] clk: at91: replace conditional operator with double logical not

2020-07-20 Thread Claudiu.Beznea
On 17.07.2020 18:07, Alexandre Belloni wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Hi, > > On 15/07/2020 14:24:18+0300, Claudiu Beznea wrote: >> Replace conditional operator with double logical not. > > I think you need to

Re: [PATCH 10/19] clk: at91: replace conditional operator with double logical not

2020-07-17 Thread Alexandre Belloni
Hi, On 15/07/2020 14:24:18+0300, Claudiu Beznea wrote: > Replace conditional operator with double logical not. I think you need to elaborate why you do it as the generated instructions are exactly the same. > > Signed-off-by: Claudiu Beznea > --- > drivers/clk/at91/clk-generated.c | 2 +- >

[PATCH 10/19] clk: at91: replace conditional operator with double logical not

2020-07-15 Thread Claudiu Beznea
Replace conditional operator with double logical not. Signed-off-by: Claudiu Beznea --- drivers/clk/at91/clk-generated.c | 2 +- drivers/clk/at91/clk-main.c | 6 +++--- drivers/clk/at91/clk-master.c | 2 +- drivers/clk/at91/clk-peripheral.c | 2 +- drivers/clk/at91/clk-system.c |