]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: coretemp: Remove redundant platform_set_drvdata()
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 3 May 2013 09:43:37 +0000 (15:13 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 20 May 2013 13:29:45 +0000 (06:29 -0700)
commit6a61f64850a6af55327186bdc9e1615e1ee1ad2b
tree49d8b27f848d2110ed8877fcb622d6b8e67a26ed
parent6a8291f2262c72ae49545a92d06ed29bff23139d
hwmon: coretemp: 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: Rudolf Marek <r.marek@assembler.cz>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/coretemp.c