Re: [PATCH v2 09/18] clk: at91: replace conditional operator with double logical not

2020-07-24 Thread Stephen Boyd
Quoting Claudiu Beznea (2020-07-22 00:38:17) > Replace conditional operator with double logical not as code > may be simpler to read. > > Signed-off-by: Claudiu Beznea > --- Applied to clk-next

[PATCH v2 09/18] clk: at91: replace conditional operator with double logical not

2020-07-22 Thread Claudiu Beznea
Replace conditional operator with double logical not as code may be simpler to read. 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 +- drive