Nishanth Menon <nm@xxxxxx> writes: > 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> Adding to voltdm queue, will fold into original patch. Thanks for testing/finding/fixing! Kevin > --- > 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); -- 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