Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31304
b: refs/heads/master
c: 00cde67
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Jun 29, 2006
1 parent 515dc27 commit 22cbbbc
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: d44b3be88ed58bb1bbbf7d70c533598b3dc3d870
refs/heads/master: 00cde6748255a84beecfdea4caeaf7c9cd05a527
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static void __devinit power_probe_common(struct of_device *dev, struct resource
printk("powerd running.\n");

if (request_irq(irq,
power_handler, SA_SHIRQ, "power", NULL) < 0)
power_handler, 0, "power", NULL) < 0)
printk("power: Error, cannot register IRQ handler.\n");
} else {
printk("not using powerd.\n");
Expand Down

0 comments on commit 22cbbbc

Please sign in to comment.