thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'
authorLin Ruizhe <linruizhe@huawei.com>
Wed, 21 Apr 2021 08:42:56 +0000 (16:42 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 21 Apr 2021 11:37:18 +0000 (13:37 +0200)
commitd473327f8f53418691cb2944a45da3e9ea51f9bf
treedf031fc0a10024ac97ac922fd98052e4ebf9c528
parentbd5d553653e4151030ad2a94ef39a46b40c75a9b
thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'

The function ti_bandgap_restore_ctxt() restores the context at resume
time. It checks if the sensor has a counter, reads the register but
does nothing with the value.

The block was probably omitted by the commit b87ea759a4cc.

Remove the unused variable as well as the block using it as we can
consider it as dead code.

Reported-by: Hulk Robot <hulkci@huawei.com>
Fixes: b87ea759a4cc ("staging: omap-thermal: fix context restore function")
Signed-off-by: Lin Ruizhe <linruizhe@huawei.com>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Tested-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210421084256.57591-1-linruizhe@huawei.com
drivers/thermal/ti-soc-thermal/ti-bandgap.c