Re: [PATCH 1/2] clk: qcom: clk-smd-rpm: Fix clk_hw_onecell_data references

2016-11-22 Thread Stephen Boyd
On 11/22, Georgi Djakov wrote: > On 11/22/2016 01:13 AM, Stephen Boyd wrote: > >On 11/21, Georgi Djakov wrote: > >>The clk_hw_onecell_data struct is missing references to the > >>actual clocks. Fix this. > >> > >>Reported-by: Michael Scott > >>Signed-off-by: Georgi Djakov > >>--- > >> drivers/clk

Re: [PATCH 1/2] clk: qcom: clk-smd-rpm: Fix clk_hw_onecell_data references

2016-11-22 Thread Georgi Djakov
On 11/22/2016 01:13 AM, Stephen Boyd wrote: On 11/21, Georgi Djakov wrote: The clk_hw_onecell_data struct is missing references to the actual clocks. Fix this. Reported-by: Michael Scott Signed-off-by: Georgi Djakov --- drivers/clk/qcom/clk-smd-rpm.c | 20 +--- 1 file changed

Re: [PATCH 1/2] clk: qcom: clk-smd-rpm: Fix clk_hw_onecell_data references

2016-11-21 Thread Stephen Boyd
On 11/21, Georgi Djakov wrote: > The clk_hw_onecell_data struct is missing references to the > actual clocks. Fix this. > > Reported-by: Michael Scott > Signed-off-by: Georgi Djakov > --- > drivers/clk/qcom/clk-smd-rpm.c | 20 +--- > 1 file changed, 9 insertions(+), 11 deletions