diff options
Diffstat (limited to 'include/clk.h')
-rw-r--r-- | include/clk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clk.h b/include/clk.h index a928879b122..df5255e510e 100644 --- a/include/clk.h +++ b/include/clk.h @@ -389,7 +389,8 @@ int clk_free(struct clk *clk); * * @clk: A clock struct that was previously successfully requested by * clk_request/get_by_*(). - * @return clock rate in Hz, or -ve error code. + * @return clock rate in Hz on success, 0 for invalid clock, or -ve error code + * for other errors. */ ulong clk_get_rate(struct clk *clk); |