commit | e4bb2240d4db6188f2e88610a68bda12e2bc98e1 | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Thu Nov 30 10:17:35 2017 +0100 |
committer | Eduardo Valentin <edubezval@gmail.com> | Mon Jan 01 11:41:59 2018 -0800 |
tree | f79513822191581c7442c4798917fe561fed30a4 | |
parent | d790405d1b23cf1495d22ed043a422dc44bb6848 [diff] |
thermal: imx: Use better parameter names than "val" The values passed to imx_init_calib() and imx_init_temp_grade() are read from specific OCOTP values. Use their names (in lower case) as parameter name instead of "val" to make the code easier to understand. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>