commit | 924f9498acb004d8cb704a008f1060fad604ccca | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Fri Jul 12 12:26:41 2013 +0300 |
committer | Mike Turquette <mturquette@linaro.org> | Fri Jan 17 12:37:03 2014 -0800 |
tree | 5e3bc623bcda1111662262144d59fb6d028ce8f7 | |
parent | 519ab8b202f37fb76cc6f32ef34da79716680d03 [diff] |
ARM: OMAP: hwmod: fix an incorrect clk type cast with _get_clkdm If the main clock for a hwmod is of basic clock type, it is illegal to type cast this to clk_hw_omap and will result in bogus data. Fixed by checking the clock flags before attempting the type cast. Signed-off-by: Tero Kristo <t-kristo@ti.com> Tested-by: Nishanth Menon <nm@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>