OSDN Git Service

ACPI / sleep: remove panic in case hardware has changed after S4
authorOliver Neukum <oneukum@suse.de>
Fri, 10 Jan 2014 09:51:53 +0000 (10:51 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 11 Jan 2014 00:39:10 +0000 (01:39 +0100)
commit5c551e624abba6782034edd5b9eb58ac6f146b38
treed3cf5287d3b54705c631000a340c430586a891c0
parentd6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc
ACPI / sleep: remove panic in case hardware has changed after S4

Some BIOSes change hardware based on the state of
a laptop's lid. If the lid is closed, the touchpad is
disabled and the checksum changes. Windows 8 no longer
aborts resume if the checksum has changed.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
[rjw: Use pr_crit() for the message and don't break the string]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sleep.c