From: Jean Delvare Date: Fri, 4 Apr 2014 16:01:34 +0000 (+0200) Subject: hwmon: Avoid initializing the same field twice X-Git-Tag: v3.15-rc1~71^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf0a91ebe11cee1df871619af4eb58c9af32666;p=pandora-kernel.git hwmon: Avoid initializing the same field twice All hwmon drivers allocate their data structure with some form of kzalloc, so setting data fields to zero explicitly is a waste of time. Signed-off-by: Jean Delvare Reviewed-by: Guenter Roeck --- Reading git-diff-tree failed