commit | 0985df89537e7fd5ec963c760f7860b5718510ce | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri Feb 19 17:31:52 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Feb 26 16:01:32 2016 -0800 |
tree | ad532a98ea46da0ba04af3aaae1caf5974e86b75 | |
parent | 8c1b1e54faed690261752afcba27c79ce4d3fa10 [diff] |
clk: gpio: Remove impossible check for of_clk_get_parent_count() < 0 The check for < 0 is impossible now that of_clk_get_parent_count() returns an unsigned int. Simplify the code and update the type here. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>