Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213477
b: refs/heads/master
c: 5abd935
h: refs/heads/master
i:
  213475: 5e1ac3f
v: v3
  • Loading branch information
Mark Brown authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 91605c5 commit fac3b28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 07681215975e05a1454b0afdeef07deb0db626ee
refs/heads/master: 5abd935661e01289ba143c3b2c1ba300c65bcc5f
8 changes: 4 additions & 4 deletions trunk/drivers/base/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,13 +432,13 @@ int sysdev_suspend(pm_message_t state)
/* resume current sysdev */
cls_driver:
drv = NULL;
printk(KERN_ERR "Class suspend failed for %s\n",
kobject_name(&sysdev->kobj));
printk(KERN_ERR "Class suspend failed for %s: %d\n",
kobject_name(&sysdev->kobj), ret);

aux_driver:
if (drv)
printk(KERN_ERR "Class driver suspend failed for %s\n",
kobject_name(&sysdev->kobj));
printk(KERN_ERR "Class driver suspend failed for %s: %d\n",
kobject_name(&sysdev->kobj), ret);
list_for_each_entry(err_drv, &cls->drivers, entry) {
if (err_drv == drv)
break;
Expand Down

0 comments on commit fac3b28

Please sign in to comment.