commit | 9efc58dfa14a200efd5c005dd25ca95c686c1d8a | [log] [tgz] |
---|---|---|
author | Ryder Lee <ryder.lee@mediatek.com> | Mon Apr 16 10:34:16 2018 +0800 |
committer | Eduardo Valentin <edubezval@gmail.com> | Sun May 06 16:53:47 2018 -0700 |
tree | 410249454a2737e50e2923f16cad31d5c7964344 | |
parent | b43e3cfe232ab01f7cf1f60179a1d005f62d6cc0 [diff] |
thermal: mediatek: use of_device_get_match_data() The usage of of_device_get_match_data() reduce the code size a bit. Also, the only way to call mtk_thermal_probe() is to match an entry in mtk_thermal_of_match[], so of_id cannot be NULL. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>