]> 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>
Tue, 21 May 2013 01:23:57 +0000 (18:23 -0700)
commitf11baf4d02efa8198d4061968699337f157d3477
tree72a5137c7e580d17ee820a755c1552a2e08c2de3
parent60156699afc4c3829994e2f796e4fa13a9c09e1c
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