commit | c736c4e11e9def555482f3f626254594d3f11f9c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 20 16:36:19 2015 +0900 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Nov 20 09:18:24 2015 -0800 |
tree | e9360b50029da1384bb20afbb032f4bb8450c56e | |
parent | 59fe66313a41843bc4c237275e64f81cde121ac8 [diff] |
clk: remove redundant negative index check in of_clk_get_parent_name() This if-block can be dropped because the of_parse_phandle_with_args() in the following line returns -EINVAL for negative index. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>