mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
sh: Fix SH4-202 clock fwk set_rate() mismatch.
With the SH7722 changes, ->set_rate() also takes an algo_id, SH4-202 was overlooked when this change went in. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
8b19a7ce56
commit
907c9d7004
@ -111,7 +111,7 @@ static int shoc_clk_verify_rate(struct clk *clk, unsigned long rate)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int shoc_clk_set_rate(struct clk *clk, unsigned long rate)
|
static int shoc_clk_set_rate(struct clk *clk, unsigned long rate, int algo_id)
|
||||||
{
|
{
|
||||||
unsigned long frqcr3;
|
unsigned long frqcr3;
|
||||||
unsigned int tmp;
|
unsigned int tmp;
|
||||||
|
Loading…
Reference in New Issue
Block a user