Hi Kevin,

On Thu, Feb 16, 2012 at 11:20 AM, Kevin Hilman <[email protected]> wrote:
> diff --git a/arch/arm/mach-omap2/voltage.c b/arch/arm/mach-omap2/voltage.c
> index 8a36342..140c032 100644
> --- a/arch/arm/mach-omap2/voltage.c
> +++ b/arch/arm/mach-omap2/voltage.c
> @@ -89,6 +89,8 @@ int voltdm_scale(struct voltagedomain *voltdm,
>        ret = voltdm->scale(voltdm, target_volt);
>        if (!ret)
>                voltdm->nominal_volt = target_volt;
> +       printk("KJH: %s: %d\n", __func__, target_volt);
> +       dump_stack();
The debugging letfovers need to be removed.

>
>        return ret;
>  }

Jean
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to