commit | 69b628ac71f07d667d09393d1f597f543ccd5240 | [log] [tgz] |
---|---|---|
author | Amit Kucheria <amit.kucheria@linaro.org> | Wed Mar 20 18:47:44 2019 +0530 |
committer | Eduardo Valentin <edubezval@gmail.com> | Mon May 13 20:35:36 2019 -0700 |
tree | 5be67b5dbcf9e8304e2a6ddd5fc2e38133b8a4e4 | |
parent | 24ae447291bb4bdb860a88f55184cf92632a7a36 [diff] |
drivers: thermal: tsens: Rename variable tmdev tmdev seems to imply that this is a device pointer when in fact it is just private platform data for each tsens device. Rename it to priv improve code readability. Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>