From: Rafael J. Wysocki Date: Sun, 6 Nov 2011 13:21:38 +0000 (+0100) Subject: thermal: Prevent polling from happening during system suspend X-Git-Tag: v3.2-rc1~10^2~1^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e20d0e3a60cf46b52ee1af598a35834919ed27;p=pandora-kernel.git thermal: Prevent polling from happening during system suspend The thermal driver should use a freezable workqueue to schedule polling to prevent thermal_zone_device_update() from being run during system suspend, when the devices it relies on may be inactive. Make it use the system freezable workqueue for this purpose. Signed-off-by: Rafael J. Wysocki Signed-off-by: Len Brown --- Reading git-diff-tree failed