Merge remote-tracking branch 'regulator/fix/ti-abb' into regulator-linus

This commit is contained in:
Mark Brown 2013-10-24 11:11:31 +01:00
commit 2a2bec6554

View file

@ -615,7 +615,7 @@ static int ti_abb_init_table(struct device *dev, struct ti_abb *abb,
pname, *volt_table, vset_mask);
continue;
}
info->vset = efuse_val & vset_mask >> __ffs(vset_mask);
info->vset = (efuse_val & vset_mask) >> __ffs(vset_mask);
dev_dbg(dev, "[%d]v=%d vset=%x\n", i, *volt_table, info->vset);
check_abb:
switch (info->opp_sel) {