Re: [PATCH] clk: fix phase reported being zero

2018-03-08 Thread Jerome Brunet
On Thu, 2018-02-15 at 11:19 +0100, Jerome Brunet wrote: > While introducing clk_core_set_phase_nolock, assigning core->phase was > mistakenly removed. Fixing this now > > Fixes: 9e4d04adeb1a ("clk: add clk_core_set_phase_nolock function") > Signed-off-by: Jerome Brunet Please drop this patch if

[PATCH] clk: fix phase reported being zero

2018-02-15 Thread Jerome Brunet
While introducing clk_core_set_phase_nolock, assigning core->phase was mistakenly removed. Fixing this now Fixes: 9e4d04adeb1a ("clk: add clk_core_set_phase_nolock function") Signed-off-by: Jerome Brunet --- drivers/clk/clk.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/clk/clk