-
Stephen Boyd authored
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>
Stephen Boyd authoredThe 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>
Loading