clk: Skip fetching index for single parent clocks
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 22 Dec 2014 19:26:42 +0000 (11:26 -0800)
committerMichael Turquette <mturquette@linaro.org>
Tue, 20 Jan 2015 18:09:06 +0000 (10:09 -0800)
commit4526e7b857076ba613cc7199fc7fd17d60e86ede
tree27f95def261db038ad9ece4cd62b52ac3b4e2854
parent2e9dcdae4068460c45a308dd891be5248260251c
clk: Skip fetching index for single parent clocks

We don't need to fetch the parent index for clocks if they only
have one parent. Doing this also avoid an unnecessary allocation
for the parent cache.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
drivers/clk/clk.c