From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean MacLennan Date: Tue, 19 Feb 2008 18:45:11 +0000 Subject: Re: [lm-sensors] [PATCH] Update: Add driver for AD7414 i2c Message-Id: <47BB23B7.2070807@seanm.ca> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lm-sensors@vger.kernel.org Jean Delvare wrote: > >> + /* Register values */ >> + u16 temp_input; >> + u8 temp_max; >> + u8 temp_min; >> > > Temperature values can be negative, so these should be s16 and s8 > respectively. > > I think these are fine as is. They are the raw values back from the chip and are always passed through AD7414_TEMP_FROM_REG. Good catch on the simple_strtoul. I only tested positive values since the taco will only be dealing in positive values. Cheers, Sean _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors