Kevin's OMAP3+: VP: remove omap_vp_runtime_data has a typo to fix which causes waittime to be populated for stepmax. this is flawed. Signed-off-by: Nishanth Menon <nm@xxxxxx> --- arch/arm/mach-omap2/vp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/vp.c b/arch/arm/mach-omap2/vp.c index 6336ba6..e7d38f6 100644 --- a/arch/arm/mach-omap2/vp.c +++ b/arch/arm/mach-omap2/vp.c @@ -87,7 +87,7 @@ void __init omap_vp_init(struct voltagedomain *voltdm) voltdm->write(val, vp->vstepmin); /* VSTEPMAX */ - val = (waittime << vp->common->vstepmax_stepmax_shift) | + val = (vstepmax << vp->common->vstepmax_stepmax_shift) | (waittime << vp->common->vstepmax_smpswaittimemax_shift); voltdm->write(val, vp->vstepmax); -- 1.7.0.4 -- 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