]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: ntc_thermistor: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 3 May 2013 09:43:39 +0000 (15:13 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 20 May 2013 13:29:46 +0000 (06:29 -0700)
commitaeab8c1fcae8f855696c863ebbfa12425b3b7344
tree765e80141eb8a5a95e217a72760462b0fb45258e
parent794413a9ae0c5cb769ae28bab5ad4982dc95b0dd
hwmon: ntc_thermistor: Remove redundant platform_set_drvdata()

Commit 0998d06310 (device-core: Ensure drvdata = NULL when no
driver is bound) removes the need to set driver data field to
NULL.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ntc_thermistor.c