commit | 5b58157598f93089ccda90aabd98f27865b344da | [log] [tgz] |
---|---|---|
author | Jean Delvare <jdelvare@suse.de> | Fri Apr 04 18:01:34 2014 +0200 |
committer | Jean Delvare <jdelvare@suse.de> | Fri Apr 04 18:01:34 2014 +0200 |
tree | 2b933cd00cefacb4a45b6a64decd7b381ab4b54c | |
parent | 118c9a61f158c8f2e3694ed2a3681c217328a2c1 [diff] |
hwmon: (pc87360) Avoid initializing the same field twice data is kzalloc'd, so data->valid, data->innr and data->tempnr are already 0. Also rework the initialization path to only set name and data->fannr once. Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Guenter Roeck <linux@roeck-us.net>