Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1420739 > unrolled thread
| Started by | Peng Fan <van.freenix@gmail.com> |
|---|---|
| First post | 2016-06-13 13:40 +0200 |
| Last post | 2016-06-21 03:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] clk: correct comments for __clk_determine_rate Peng Fan <van.freenix@gmail.com> - 2016-06-13 13:40 +0200
Re: [PATCH] clk: correct comments for __clk_determine_rate Stephen Boyd <sboyd@codeaurora.org> - 2016-06-21 03:30 +0200
| From | Peng Fan <van.freenix@gmail.com> |
|---|---|
| Date | 2016-06-13 13:40 +0200 |
| Subject | [PATCH] clk: correct comments for __clk_determine_rate |
| Message-ID | <rJynL-5Ep-7@gated-at.bofh.it> |
Correct comments for __clk_determine_rate. Signed-off-by: Peng Fan <van.freenix@gmail.com> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@codeaurora.org> --- drivers/clk/clk.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index d584004..4224a2e 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c @@ -828,9 +828,7 @@ static int clk_core_round_rate_nolock(struct clk_core *core, /** * __clk_determine_rate - get the closest rate actually supported by a clock * @hw: determine the rate of this clock - * @rate: target rate - * @min_rate: returned rate must be greater than this rate - * @max_rate: returned rate must be less than this rate + * @req: target rate request * * Useful for clk_ops such as .set_rate and .determine_rate. */ -- 2.6.2
[toc] | [next] | [standalone]
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Date | 2016-06-21 03:30 +0200 |
| Message-ID | <rMiFP-7rl-1@gated-at.bofh.it> |
| In reply to | #1420739 |
On 06/13, Peng Fan wrote: > Correct comments for __clk_determine_rate. > > Signed-off-by: Peng Fan <van.freenix@gmail.com> > Cc: Michael Turquette <mturquette@baylibre.com> > Cc: Stephen Boyd <sboyd@codeaurora.org> > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web