hwmon: (lm95245) Avoid initializing the same field twice
authorJean Delvare <jdelvare@suse.de>
Wed, 12 Feb 2014 09:05:27 +0000 (10:05 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 3 Mar 2014 16:01:04 +0000 (08:01 -0800)
commitf91d22fc3ebd84423864ede097fb2a27d8808c82
treebae10e2a621229e11607c8ddca98912bf7a74dcf
parenta5589cf193202412d9064863452c6c0b7145353e
hwmon: (lm95245) Avoid initializing the same field twice

data is kzalloc'd, so data->valid is already 0.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/lm95245.c