public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr
@ 2015-02-13 13:34 Tomeu Vizoso
  2015-02-13 16:39 ` Stephen Boyd
  0 siblings, 1 reply; 3+ messages in thread
From: Tomeu Vizoso @ 2015-02-13 13:34 UTC (permalink / raw)
  To: linux-mips
  Cc: Javier Martinez Canillas, Tomeu Vizoso, Ralf Baechle,
	Stephen Boyd, Manuel Lauss, Michael Turquette, linux-kernel

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.vizoso@collabora.com>
---
 arch/mips/alchemy/common/clock.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/mips/alchemy/common/clock.c b/arch/mips/alchemy/common/clock.c
index 4e65404..604b7d0 100644
--- a/arch/mips/alchemy/common/clock.c
+++ b/arch/mips/alchemy/common/clock.c
@@ -373,8 +373,6 @@ static long alchemy_calc_div(unsigned long rate, unsigned long prate,
 }
 
 static long alchemy_clk_fgcs_detr(struct clk_hw *hw, unsigned long rate,
-					unsigned long min_rate,
-					unsigned long max_rate,
 					unsigned long *best_parent_rate,
 					struct clk_hw **best_parent_clk,
 					int scale, int maxdiv)
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr
  2015-02-13 13:34 [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr Tomeu Vizoso
@ 2015-02-13 16:39 ` Stephen Boyd
  2015-02-18 17:26   ` Mike Turquette
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2015-02-13 16:39 UTC (permalink / raw)
  To: Tomeu Vizoso, linux-mips
  Cc: Javier Martinez Canillas, Ralf Baechle, Manuel Lauss,
	Michael Turquette, linux-kernel

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.vizoso@collabora.com>

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr
  2015-02-13 16:39 ` Stephen Boyd
@ 2015-02-18 17:26   ` Mike Turquette
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Turquette @ 2015-02-18 17:26 UTC (permalink / raw)
  To: Stephen Boyd, Tomeu Vizoso, linux-mips
  Cc: Javier Martinez Canillas, Ralf Baechle, Manuel Lauss,
	linux-kernel

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 <tomeu.vizoso@collabora.com>
> 
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>

Applied to clk-next.

Regards,
Mike

> 
> -- 
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
> a Linux Foundation Collaborative Project
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-18 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13 13:34 [PATCH] MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detr Tomeu Vizoso
2015-02-13 16:39 ` Stephen Boyd
2015-02-18 17:26   ` Mike Turquette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox