]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP4: hwmod: drop extra cpu_is check from _wait_target_disable()
authorKevin Hilman <khilman@ti.com>
Mon, 18 Jun 2012 18:12:24 +0000 (12:12 -0600)
committerPaul Walmsley <paul@pwsan.com>
Mon, 18 Jun 2012 18:12:24 +0000 (12:12 -0600)
commitf35e7cb4a8ba9cee22f99087a3069cf9cc8bc053
tree41246cd2107d2f360e70f040ff45c1d5b36dc982
parent6ad834667ff531c135150a162134e0c8e8d34d6f
ARM: OMAP4: hwmod: drop extra cpu_is check from _wait_target_disable()

_omap4_wait_target_disable() is called only from inside _omap4_disable_module()
which is already protected by SoC specific checks.  Remove the cpu_is check
here.

Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/omap_hwmod.c