From: Martin Peres Date: Tue, 5 Mar 2013 09:44:12 +0000 (+0100) Subject: drm/nouveau/therm: do not make assumptions on temperature X-Git-Tag: v3.9-rc4~19^2~3^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7591782b9f30a5a8bcbba5744c85050ff6743d69;p=pandora-kernel.git drm/nouveau/therm: do not make assumptions on temperature In nouveau_therm_sensor_event, temperature is stored as an uint8_t even though the original interface returns an int. This change should make it more obvious when the sensor is either very-ill-calibrated or when we selected the wrong sensor style on the nv40 family. Signed-off-by: Martin Peres Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed