From: Maxime Coquelin Date: Tue, 26 Mar 2013 14:27:15 +0000 (+0100) Subject: clk: ux500: Fix prcmu clocks registration X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~129^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b54891685162e09c4292cd38f067ca118604353c;p=pandora-kernel.git clk: ux500: Fix prcmu clocks registration In clk_reg_prcmu(), clk->hw.init field is assigned with a reference local to clk_reg_prcmu() function. This patch replaces references to clk->hw.init with calls to __clk_get_name when called after clock registration. This patch applies on top of v3.9-rc4. Signed-off-by: Maxime Coquelin Acked-by: Ulf Hansson Signed-off-by: Mike Turquette [mturquette@linaro.org: resolved trivial merge issues] --- Reading git-diff-tree failed