hwmon: (lm95241) Avoid initializing the same field twice
authorJean Delvare <jdelvare@suse.de>
Wed, 12 Feb 2014 09:04:46 +0000 (10:04 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 3 Mar 2014 16:01:04 +0000 (08:01 -0800)
data is kzalloc'd, so data->valid and data->model are already 0.

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

Simple merge