hwmon: (pmbus/ltc2978) Fix peak attribute handling
authorGuenter Roeck <linux@roeck-us.net>
Thu, 21 Feb 2013 17:33:25 +0000 (09:33 -0800)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 4 Mar 2013 05:45:47 +0000 (21:45 -0800)
Peak attributes were not initialized and cleared correctly.
Also, temp2_max is only supported on page 0 and thus does not need to be
an array.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: stable@vger.kernel.org # 3.2+
Acked-by: Jean Delvare <khali@linux-fr.org>

No differences found