Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363488
b: refs/heads/master
c: a84b6f4
h: refs/heads/master
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent b6ed372 commit 976dd3e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 37bf871dd0ad55c3a66d8a22e3cd5be0d9588e78
refs/heads/master: a84b6f4552e1db00a6e6ffbd85b35c0a169be02c
9 changes: 6 additions & 3 deletions trunk/drivers/staging/omap-thermal/omap-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,13 @@ omap_bandgap_force_single_read(struct omap_bandgap *bg_ptr, int id)
}

/**
* enable_continuous_mode() - One time enabling of continuous conversion mode
* @bg_ptr - pointer to scm instance
* omap_bandgap_set_continous_mode() - One time enabling of continuous mode
* @bg_ptr: pointer to struct omap_bandgap
*
* Call this function only if HAS(MODE_CONFIG) is set
* Call this function only if HAS(MODE_CONFIG) is set. As this driver may
* be used for junction temperature monitoring, it is desirable that the
* sensors are operational all the time, so that alerts are generated
* properly.
*/
static int omap_bandgap_set_continuous_mode(struct omap_bandgap *bg_ptr)
{
Expand Down

0 comments on commit 976dd3e

Please sign in to comment.