commit | ebf3f9a9234211ea9de186402b53389de676f1d5 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri Feb 19 17:36:51 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Feb 26 16:01:32 2016 -0800 |
tree | 9eeeba37d6a23775d89245df879b64d1001aec4f | |
parent | 0985df89537e7fd5ec963c760f7860b5718510ce [diff] |
clk: h8300: Remove impossible check for of_clk_get_parent_count() The checks for < 1 can be simplified now that of_clk_get_parent_count() returns an unsigned int. Update the code to reflect the int to unsigned int change. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Cc: <uclinux-h8-devel@lists.sourceforge.jp> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>