Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272590
b: refs/heads/master
c: 1e2d2df
h: refs/heads/master
v: v3
  • Loading branch information
Johan Hovold authored and Kevin Hilman committed Aug 30, 2011
1 parent 703ceb7 commit b8ffeb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 12234f39a2067887802e799fd45c3c41dd26e187
refs/heads/master: 1e2d2df32b6902376bc79faf99f264273be056ce
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-omap2/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ int omap_set_pwrdm_state(struct powerdomain *pwrdm, u32 state)
}

/*
* This API is to be called during init to put the various voltage
* This API is to be called during init to set the various voltage
* domains to the voltage as per the opp table. Typically we boot up
* at the nominal voltage. So this function finds out the rate of
* the clock associated with the voltage domain, finds out the correct
* opp entry and puts the voltage domain to the voltage specifies
* opp entry and sets the voltage domain to the voltage specified
* in the opp entry
*/
static int __init omap2_set_init_voltage(char *vdd_name, char *clk_name,
Expand Down Expand Up @@ -218,7 +218,7 @@ static int __init omap2_set_init_voltage(char *vdd_name, char *clk_name,
return 0;

exit:
printk(KERN_ERR "%s: Unable to put vdd_%s to its init voltage\n\n",
printk(KERN_ERR "%s: Unable to set vdd_%s to its init voltage\n\n",
__func__, vdd_name);
return -EINVAL;
}
Expand Down

0 comments on commit b8ffeb1

Please sign in to comment.