]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
clk: Improve flags doc for of_clk_detect_critical()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 3 Jan 2018 11:06:14 +0000 (12:06 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 4 Jan 2018 00:02:08 +0000 (16:02 -0800)
commitf7ae75036762618ecc2cc7ae6fb4f6a74af92afb
treed76a1bc91c996969ea073638b9a27ac76e565611
parent6562fbcf3ad5ffa56f1fc79bb1afae909cf3627b
clk: Improve flags doc for of_clk_detect_critical()

The "flags" parameter passed to of_clk_detect_critical() cannot be a
pointer to a real clk_core.flags field, as clk_core is private to the
clock framework internals.

Change the comment to refer to top-level framework flags instead.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c