Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61974
b: refs/heads/master
c: 2a26302
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 20, 2007
1 parent cf6df25 commit df19457
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 91ba3c2128e9ee490a9f04bcd5b54749b18e4410
refs/heads/master: 2a26302164e0d26df94810ffa2eabcad0fc55c95
4 changes: 1 addition & 3 deletions trunk/arch/sparc64/kernel/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static int __devinit power_probe(struct of_device *op, const struct of_device_id

power_reg = of_ioremap(res, 0, 0x4, "power");

printk("%s: Control reg at %lx ... ",
printk(KERN_INFO "%s: Control reg at %lx\n",
op->node->name, res->start);

poweroff_method = machine_halt; /* able to use the standard halt */
Expand All @@ -92,8 +92,6 @@ static int __devinit power_probe(struct of_device *op, const struct of_device_id
if (request_irq(irq,
power_handler, 0, "power", NULL) < 0)
printk(KERN_ERR "power: Cannot setup IRQ handler.\n");
} else {
printk(KERN_INFO "power: Not using powerd.\n");
}

return 0;
Expand Down

0 comments on commit df19457

Please sign in to comment.