thermal: imx: Use better parameter names than "val"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 30 Nov 2017 09:17:35 +0000 (10:17 +0100)
committerEduardo Valentin <edubezval@gmail.com>
Mon, 1 Jan 2018 19:41:59 +0000 (11:41 -0800)
commite4bb2240d4db6188f2e88610a68bda12e2bc98e1
treef79513822191581c7442c4798917fe561fed30a4
parentd790405d1b23cf1495d22ed043a422dc44bb6848
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>
drivers/thermal/imx_thermal.c