Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337848
b: refs/heads/master
c: 71e303f
h: refs/heads/master
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 99fd1c5 commit c0cd4ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5035d48dd02f982b3034ba755d5c4d153b2fc6df
refs/heads/master: 71e303f5b87e821a702e5a17b26f61ab329737e4
5 changes: 5 additions & 0 deletions trunk/drivers/staging/omap-thermal/omap-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ static irqreturn_t talert_irq_handler(int irq, void *data)

omap_bandgap_writel(bg_ptr, ctrl, tsr->bgap_mask_ctrl);

dev_dbg(bg_ptr->dev,
"%s: IRQ from %s sensor: hotevent %d coldevent %d\n",
__func__, bg_ptr->conf->sensors[i].domain,
t_hot, t_cold);

/* read temperature */
temp = omap_bandgap_readl(bg_ptr, tsr->temp_sensor_ctrl);
temp &= tsr->bgap_dtemp_mask;
Expand Down

0 comments on commit c0cd4ed

Please sign in to comment.