Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363346
b: refs/heads/master
c: b3bf0e9
h: refs/heads/master
v: v3
  • Loading branch information
Ruslan Ruslichenko authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 80c3e50 commit c03ddf5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 72c1c06d91c54beee35613434a5efdd7e8909302
refs/heads/master: b3bf0e90f05f1addf86ec7237e59b8a096e64e49
3 changes: 3 additions & 0 deletions trunk/drivers/staging/omap-thermal/omap-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ static irqreturn_t talert_irq_handler(int irq, void *data)
/* This is the Tshut handler. Call it only if HAS(TSHUT) is set */
static irqreturn_t omap_bandgap_tshut_irq_handler(int irq, void *data)
{
pr_emerg("%s: TSHUT temperature reached. Needs shut down...\n",
__func__);

orderly_poweroff(true);

return IRQ_HANDLED;
Expand Down

0 comments on commit c03ddf5

Please sign in to comment.