Re: [PATCH] ARM : omap3 : fix wrong container_of in clock36xx.c

2013-05-29 Thread Mike Turquette
Quoting Jean-Philippe Francois (2013-05-17 08:51:26) 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.

[PATCH] ARM : omap3 : fix wrong container_of in clock36xx.c

2013-05-17 Thread Jean-Philippe Francois
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