commit | 79e5421cf0bd9b3e56f523e95e3511757edb9616 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Mon Jul 06 09:46:16 2015 +0200 |
committer | Zhang Rui <rui.zhang@intel.com> | Mon Aug 03 23:15:51 2015 +0800 |
tree | ce7dd7b6a8a11da4a9406a360d69189f0a47f9bd | |
parent | dbdf2532b46256584447cd7e742bfb1b31ac56c4 [diff] |
thermal: Use IS_ENABLED instead of #ifdef Use IS_ENABLED(CONFIG_THERMAL_EMULATION) to make the code more readable and to get rid of the addtional #ifdef around the variable definitions in thermal_zone_get_temp(). Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>