Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363487
b: refs/heads/master
c: 37bf871
h: refs/heads/master
i:
  363485: c0d5e73
  363483: 713d723
  363479: 459d4be
  363471: 3737497
  363455: 391f644
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 0a83ddc commit b6ed372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f91ddfedfd94de94f283cd4b4e0f6ae9b1f9beb6
refs/heads/master: 37bf871dd0ad55c3a66d8a22e3cd5be0d9588e78
4 changes: 2 additions & 2 deletions trunk/drivers/staging/omap-thermal/omap-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ omap_bandgap_force_single_read(struct omap_bandgap *bg_ptr, int id)
*
* Call this function only if HAS(MODE_CONFIG) is set
*/
static int enable_continuous_mode(struct omap_bandgap *bg_ptr)
static int omap_bandgap_set_continuous_mode(struct omap_bandgap *bg_ptr)
{
int i;

Expand Down Expand Up @@ -973,7 +973,7 @@ int omap_bandgap_probe(struct platform_device *pdev)
}

if (OMAP_BANDGAP_HAS(bg_ptr, MODE_CONFIG))
enable_continuous_mode(bg_ptr);
omap_bandgap_set_continuous_mode(bg_ptr);

/* Set .250 seconds time as default counter */
if (OMAP_BANDGAP_HAS(bg_ptr, COUNTER))
Expand Down

0 comments on commit b6ed372

Please sign in to comment.