clk: fix comment of devm_clk_hw_register()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 1 May 2016 10:56:08 +0000 (19:56 +0900)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 3 May 2016 00:52:03 +0000 (17:52 -0700)
commitc47265ad64fa793657ce7ecf1a8f636c794e9f40
tree1d112514ef4d73ca21c51a8c0abcf896933ac4fb
parent71a553cfa6325f82bf69d5626cdabd628ac05247
clk: fix comment of devm_clk_hw_register()

Unlike devm_clk_register(), devm_clk_hw_register() returns integer.
So, the statement "Clocks returned from this function ..." sounds
odd.  Adjust the comment for this new API.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c