From 6d8a437bc3721d9d62b3b089302fc4bbbf04acfb Mon Sep 17 00:00:00 2001 From: Bitan Biswas Date: Thu, 25 Aug 2011 21:12:00 +0530 Subject: misc: nct1008: sub-zero temperature support Added support for sub-zero temperatures Original-Change-Id: Id35590ee4d058f35625088089623cc063f9a711a Reviewed-on: http://git-master/r/48690 Rebase-Id: Rf705a1b4f3c246029abc55570f26e876ae3bfaa9 --- include/linux/nct1008.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/linux') diff --git a/include/linux/nct1008.h b/include/linux/nct1008.h index 8702630d8..40519883f 100644 --- a/include/linux/nct1008.h +++ b/include/linux/nct1008.h @@ -35,10 +35,10 @@ struct nct1008_platform_data { u8 conv_rate; u8 offset; u8 hysteresis; - u8 shutdown_ext_limit; - u8 shutdown_local_limit; - u8 throttling_ext_limit; - u8 thermal_zones[MAX_ZONES]; + s8 shutdown_ext_limit; + s8 shutdown_local_limit; + s8 throttling_ext_limit; + s8 thermal_zones[MAX_ZONES]; u8 thermal_zones_sz; void (*alarm_fn)(bool raised); }; -- cgit v1.2.2