commit | 67bc3f4226c1d29ee820eff98fcaf8a9283938fe | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Tue Mar 01 17:38:31 2016 +0100 |
committer | Eduardo Valentin <edubezval@gmail.com> | Tue Mar 08 11:53:12 2016 -0800 |
tree | 2b7d9a4a0b84f7e296d99960c74736178ce0fd92 | |
parent | 527860fe4684bf69281d7479c5034243dd6c36c4 [diff] |
thermal: rcar_thermal: don't open code of_device_get_match_data() This change will also make Coverity happy by avoiding a theoretical NULL pointer dereference; yet another reason is to use the above helper function to tighten the code and make it more readable. Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>