Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=907c9d70042e38efc6a981d425a3d8d98b089cba
Commit:     907c9d70042e38efc6a981d425a3d8d98b089cba
Parent:     8b19a7ce566007a8c45f9ba9d2b4a31bba20d62d
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Mon Jun 4 10:51:59 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jun 4 10:51:59 2007 +0900

    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 <[EMAIL PROTECTED]>
---
 arch/sh/kernel/cpu/sh4/clock-sh4-202.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh4/clock-sh4-202.c 
b/arch/sh/kernel/cpu/sh4/clock-sh4-202.c
index fcb2c41..a334294 100644
--- a/arch/sh/kernel/cpu/sh4/clock-sh4-202.c
+++ b/arch/sh/kernel/cpu/sh4/clock-sh4-202.c
@@ -111,7 +111,7 @@ static int shoc_clk_verify_rate(struct clk *clk, unsigned 
long rate)
        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 int tmp;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to