Files
linux/drivers
Jean Delvare 7eb8d508b5 hwmon: (w83795) Fix parity checks
x % 1 is obviously wrong, as it always evaluates to 0. You want
x % 2, or x & 1, for parity checking.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
2010-10-28 20:31:47 +02:00
..
2010-10-26 16:52:08 -07:00
2010-09-28 23:30:38 -04:00
2010-10-28 20:31:47 +02:00
2010-10-26 16:52:14 -07:00
2010-10-25 21:18:19 -04:00