clk: qcom: Consolidate frequency finding logic
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 4 Sep 2014 20:21:50 +0000 (13:21 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 22 Sep 2014 22:16:52 +0000 (15:16 -0700)
There are two find_freq() functions in clk-rcg.c and clk-rcg2.c
that are almost exactly the same. Consolidate them into one
function to save on some code space.

Cc: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

No differences found