On Wed, Dec 16, 2009 at 09:58:32AM -0800, Ray Copeland wrote:
> From: Ray Copeland <[email protected]>
> Date: Wed, 16 Dec 2009
> Subject: [PATCH 1/2] Wrong ADT7462_VOLT_COUNT for linux-2.6.30 adt7462 hwmon driver
>
> Description:
>
> The #define ADT7462_VOLT_COUNT is wrong, it should be 13 not 12. All the
<snip>
> -#define ADT7462_VOLT_COUNT 13
> +#define ADT7462_VOLT_COUNT 12
Uh... I think this patch is reversed? This part of the diff replaces 13 with
12, which is the opposite of what I think you want.
--D