From: Valentine Barshak Date: Sat, 28 Dec 2013 12:09:08 +0000 (+0400) Subject: clk: shmobile: Fix MSTP clock index X-Git-Tag: v3.14-rc1~109^2~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6413b090dedd8da4753453d25668098e5bc1f4e4;p=pandora-kernel.git clk: shmobile: Fix MSTP clock index Use clkidx when registering MSTP clocks instead of loop counter since the value is then used to access the specific clock index bit in the mstp register. The issue was introduced by the following commit: f94859c215b6d977 "clk: shmobile: Add MSTP clock support" Changes in V2: * none Signed-off-by: Valentine Barshak Acked-by: Laurent Pinchart Tested-by: Ben Dooks Signed-off-by: Mike Turquette --- Reading git-diff-tree failed