diff --git a/[refs] b/[refs] index 0a7a56a23b66..30f697bc8605 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 092bda62772dd0018bf48f2554f8f16348f16410 +refs/heads/master: 169c82a294e3722eb1e82b7dac58b35fe2119b80 diff --git a/trunk/arch/arm/mach-omap2/cm33xx.c b/trunk/arch/arm/mach-omap2/cm33xx.c index 058ce3c0873e..325a51576576 100644 --- a/trunk/arch/arm/mach-omap2/cm33xx.c +++ b/trunk/arch/arm/mach-omap2/cm33xx.c @@ -241,9 +241,6 @@ int am33xx_cm_wait_module_ready(u16 inst, s16 cdoffs, u16 clkctrl_offs) { int i = 0; - if (!clkctrl_offs) - return 0; - omap_test_timeout(_is_module_ready(inst, cdoffs, clkctrl_offs), MAX_MODULE_READY_TIME, i);