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)
commita5589cf193202412d9064863452c6c0b7145353e
treef4df5f8151f07535ff0533b62f9608e3e168bb81
parent9bf3babf3f6e70723528bece564c57d38d534652
hwmon: (lm95241) Avoid initializing the same field twice

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