From: Jingoo Han Date: Thu, 12 Sep 2013 06:46:39 +0000 (+0900) Subject: hwmon: (k10temp) remove unnecessary pci_set_drvdata() X-Git-Tag: v3.12-rc1~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b77f766f3ef9875e2bb0035c9b89b4f9469b78d;p=pandora-kernel.git hwmon: (k10temp) remove unnecessary pci_set_drvdata() The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han Acked-by: Clemens Ladisch Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed