From df612d5fb73d731e51964a6501fed7d465c79e95 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Mon, 8 Jul 2013 13:15:04 -0700 Subject: [PATCH] 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-format-patch failed