]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
thermal: exynos: Use of_match_ptr() macro
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 12 Dec 2012 10:24:24 +0000 (15:54 +0530)
committerZhang Rui <rui.zhang@intel.com>
Fri, 4 Jan 2013 07:38:55 +0000 (15:38 +0800)
commitcaa5cbd5a18a72bb6f5a5211ddeade71fdb2282d
tree54f1c72b722e4128fd2b5d0300874950882ac8dd
parent03b79bda8d061d80a6106e257c072a2754141bab
thermal: exynos: Use of_match_ptr() macro

This eliminates having an #ifdef returning NULL for the case
when OF is disabled.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/exynos_thermal.c