]> 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>
Sun, 16 Jun 2013 14:53:00 +0000 (07:53 -0700)
commita9794e7352632c1a781ba8dd3b97a971ed25e3a2
tree5f1b19df3bc3020303439db8b13d931082642a42
parent6323afcd650e51f32931839e6bb4a97785b38025
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