Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82382
b: refs/heads/master
c: 465d2b4
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Len Brown committed Feb 1, 2008
1 parent 6608902 commit 5a642c0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b6887a29441ed5f0728b31ce90c0f0a0427317a3
refs/heads/master: 465d2b477f6a0ffe01242561a93e7bf81d67c776
6 changes: 3 additions & 3 deletions trunk/kernel/power/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static int suspend_enter(suspend_state_t state)
BUG_ON(!irqs_disabled());

if ((error = device_power_down(PMSG_SUSPEND))) {
printk(KERN_ERR "Some devices failed to power down\n");
printk(KERN_ERR "PM: Some devices failed to power down\n");
goto Done;
}

Expand Down Expand Up @@ -269,7 +269,7 @@ int suspend_devices_and_enter(suspend_state_t state)
suspend_console();
error = device_suspend(PMSG_SUSPEND);
if (error) {
printk(KERN_ERR "Some devices failed to suspend\n");
printk(KERN_ERR "PM: Some devices failed to suspend\n");
goto Resume_console;
}

Expand Down Expand Up @@ -352,7 +352,7 @@ static int enter_state(suspend_state_t state)
if (!mutex_trylock(&pm_mutex))
return -EBUSY;

printk("Syncing filesystems ... ");
printk(KERN_INFO "PM: Syncing filesystems ... ");
sys_sync();
printk("done.\n");

Expand Down

0 comments on commit 5a642c0

Please sign in to comment.