"Basak, Partha" <p-basak2@xxxxxx> writes: [...] >> > /** >> > * omap_hwmod_idle - idle an omap_hwmod >> > * @oh: struct omap_hwmod * >> > @@ -1319,9 +1345,7 @@ int omap_hwmod_idle(struct omap_hwmod *oh) >> > if (!oh) >> > return -EINVAL; >> > >> > - mutex_lock(&omap_hwmod_mutex); >> > - _idle(oh); >> > - mutex_unlock(&omap_hwmod_mutex); >> > + __omap_hwmod_idle(oh); >> > > > BTW: The mutex locks are missing. Typo? > Good catch Partha. I wish I could explain that as only a typo. Unfortunately, it was just a "not paying close enough attention" mistake. Thanks, Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html