From: Jean-Philippe Francois Date: Thu, 6 Jun 2013 14:48:07 +0000 (-0600) Subject: ARM: omap3: clock: fix wrong container_of in clock36xx.c X-Git-Tag: omap-for-v3.10/fixes-v3.10-rc4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a93d8a1cea0899982993e9a93404c6f78b123697;p=pandora-kernel.git ARM: omap3: clock: fix wrong container_of in clock36xx.c omap36xx_pwrdn_clk_enable_with_hsdiv_restore expects the parent hw of the clock to be a clk_hw_omap. However, looking at cclock3xxx_data.c, all concerned clock have parent defined as clk_divider. Fix the function to use clk_divider. Tested with 3.9 on dm3730. Signed-off-by: Jean-Philippe François Cc: NeilBrown Cc: Mike Turquette Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed