Re: [U-Boot] [PATCH 1/1] clk: meson: remove duplicate logic

2019-07-31 Thread Neil Armstrong
On 30/07/2019 23:03, Heinrich Schuchardt wrote: > First thing we check in meson_clk_set_rate_by_id() is current_rate == rate. > There is not need to check it again. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/clk/meson/gxbb.c | 5 + > 1 file changed, 1 insertion(+), 4

[U-Boot] [PATCH 1/1] clk: meson: remove duplicate logic

2019-07-30 Thread Heinrich Schuchardt
First thing we check in meson_clk_set_rate_by_id() is current_rate == rate. There is not need to check it again. Signed-off-by: Heinrich Schuchardt --- drivers/clk/meson/gxbb.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/clk/meson/gxbb.c