PM: check sysdev_suspend(PMSG_FREEZE) return value
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Fri, 15 May 2009 21:30:50 +0000 (23:30 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 15 May 2009 21:30:50 +0000 (23:30 +0200)
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>

No differences found