Commits
Tero Kristo committed 4a8db5f89d1
ARM: omap2+: hwmod: fix static checker warnings Fix following static checker found issues for omap hwmod core: 1) setup_reset may return r which is unitialized 2) couple of potential memory leaks within omap_hwmod_allocate_module 3) possible NULL pointer access within omap_hwmod_get_pwrdm Reported-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Tero Kristo <t-kristo@ti.com>