From: Guenter Roeck Date: Mon, 8 Jul 2013 20:15:04 +0000 (-0700) Subject: hwmon: (nct6775) Avoid using device platform data outside probe function X-Git-Tag: v3.12-rc1~189^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df612d5fb73d731e51964a6501fed7d465c79e95;p=pandora-kernel.git hwmon: (nct6775) Avoid using device platform data outside probe function Plan going forward is to attach all device attributes to the hwmon device and no longer to the platform device. With that change, accessing platform data outside the probe function will be more difficult. To avoid the problem, change code to no longer rely on it. Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed