Re: [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr

2015-02-18 Thread Mike Turquette
Quoting Stephen Boyd (2015-02-13 08:39:10) > On 02/13/15 05:34, Tomeu Vizoso wrote: > > They were added to this function by mistake when they were added to the > > clk_ops.determine_rate callback. > > > > Fixes: 1c8e600440c7 ("clk: Add rate constraints to clocks") > > Signed-off-by: Tomeu Vizoso

Re: [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr

2015-02-18 Thread Mike Turquette
Quoting Stephen Boyd (2015-02-13 08:39:10) On 02/13/15 05:34, Tomeu Vizoso wrote: They were added to this function by mistake when they were added to the clk_ops.determine_rate callback. Fixes: 1c8e600440c7 (clk: Add rate constraints to clocks) Signed-off-by: Tomeu Vizoso

Re: [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr

2015-02-13 Thread Stephen Boyd
On 02/13/15 05:34, Tomeu Vizoso wrote: > They were added to this function by mistake when they were added to the > clk_ops.determine_rate callback. > > Fixes: 1c8e600440c7 ("clk: Add rate constraints to clocks") > Signed-off-by: Tomeu Vizoso Reported-by: kbuild test robot Reviewed-by: Stephen

[PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr

2015-02-13 Thread Tomeu Vizoso
They were added to this function by mistake when they were added to the clk_ops.determine_rate callback. Fixes: 1c8e600440c7 ("clk: Add rate constraints to clocks") Signed-off-by: Tomeu Vizoso --- arch/mips/alchemy/common/clock.c | 2 -- 1 file changed, 2 deletions(-) diff --git

[PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr

2015-02-13 Thread Tomeu Vizoso
They were added to this function by mistake when they were added to the clk_ops.determine_rate callback. Fixes: 1c8e600440c7 (clk: Add rate constraints to clocks) Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- arch/mips/alchemy/common/clock.c | 2 -- 1 file changed, 2 deletions(-)

Re: [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr

2015-02-13 Thread Stephen Boyd
On 02/13/15 05:34, Tomeu Vizoso wrote: They were added to this function by mistake when they were added to the clk_ops.determine_rate callback. Fixes: 1c8e600440c7 (clk: Add rate constraints to clocks) Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com Reported-by: kbuild test robot