Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272740
b: refs/heads/master
c: d7b0de2
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman committed Sep 15, 2011
1 parent 80324d4 commit 6c41f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8abc0b58fdb89124d8278f110f523b27c666d36c
refs/heads/master: d7b0de2b46803062148345ae6a976c1e44a457b6
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/vc.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ int omap_vc_pre_scale(struct voltagedomain *voltdm,
volt_data = NULL;

*target_vsel = voltdm->pmic->uv_to_vsel(target_volt);
*current_vsel = voltdm->read(vdd->vp_data->voltage);
*current_vsel = voltdm->pmic->uv_to_vsel(vdd->curr_volt);

/* Setting the ON voltage to the new target voltage */
vc_cmdval = voltdm->read(vc->cmdval_reg);
Expand Down

0 comments on commit 6c41f71

Please sign in to comment.