]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (lm63) Avoid initializing the same field twice
authorJean Delvare <jdelvare@suse.de>
Fri, 4 Apr 2014 16:01:33 +0000 (18:01 +0200)
committerJean Delvare <jdelvare@suse.de>
Fri, 4 Apr 2014 16:01:33 +0000 (18:01 +0200)
commit5ace1d569b06aa488a071f323ed3f2e9ce3a345f
tree65c9e0ee0ab2783555178d0686e7c18b0302125b
parentef92c948bde298210f3d976c2a37702c97d45d42
hwmon: (lm63) Avoid initializing the same field twice

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

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