Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267265
b: refs/heads/master
c: 3f67f83
h: refs/heads/master
i:
  267263: ed20d5e
v: v3
  • Loading branch information
Yong Zhang authored and Guenter Roeck committed Oct 24, 2011
1 parent ca338aa commit dd0213c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9d97e5c81e15afaef65d00f077f863c94f750839
refs/heads/master: 3f67f83525d43220e4ea2eb9abee141a4ff97fe7
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/exynos4_tmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static int __devinit exynos4_tmu_probe(struct platform_device *pdev)
}

ret = request_irq(data->irq, exynos4_tmu_irq,
IRQF_DISABLED | IRQF_TRIGGER_RISING,
IRQF_TRIGGER_RISING,
"exynos4-tmu", data);
if (ret) {
dev_err(&pdev->dev, "Failed to request irq: %d\n", data->irq);
Expand Down

0 comments on commit dd0213c

Please sign in to comment.