commit | 4484079d517c2b6521621be0b1ea246ccc55c7d7 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Fri May 15 23:30:50 2009 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Fri May 15 23:30:50 2009 +0200 |
tree | 60d0ae568555f1bd7329be411b28e55b12dc64c3 | |
parent | 8c21f34126222239450717b78dda0c4962d9ebfa [diff] |
PM: check sysdev_suspend(PMSG_FREEZE) return value Check the return value of sysdev_suspend(). I think this was a typo. Without this change, the following "if" check is always false. I also changed the error message so it's distinguishable from the similar message a few lines above. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>