commit | 921bacfa34d48c019bb068257c0947d728662bf3 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri Feb 19 17:49:23 2016 -0800 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Fri Feb 26 16:01:32 2016 -0800 |
tree | 834bcfc833f2819d7b4103536086c2f90569bcd7 | |
parent | 36bf2811416c7ac79260e0a3b1bb0648559e443b [diff] |
clk: ti: Update for of_clk_get_parent_count() returning unsigned int Change the types here to unsigned int instead of int and update the checks for == 0 instead < 1 to be more explicit about what's going on now that of_clk_get_parent_count() has changed return types. Cc: Tero Kristo <t-kristo@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>