]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: ti-soc-thermal: add missing clk_put()
authorLuis Henriques <henrix@camandro.org>
Wed, 16 Nov 2016 22:15:22 +0000 (22:15 +0000)
committerZhang Rui <rui.zhang@intel.com>
Wed, 23 Nov 2016 02:07:35 +0000 (10:07 +0800)
commit620b12ffc85fa9667bf1c3cfa8ec398000a9974c
tree6ead82f339b1aa49da89f8b739ac36627483f07b
parent2193a9fc5b70f9a1e43bc5cee8148b26d2652f5f
thermal: ti-soc-thermal: add missing clk_put()

This patch fixes the following Coccinelle error:

./drivers/thermal/ti-soc-thermal/ti-bandgap.c:1441:1-7: \
ERROR: missing clk_put; clk_get on line 1290 \
and execution via conditional on line 1298

Signed-off-by: Luis Henriques <henrix@camandro.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/ti-soc-thermal/ti-bandgap.c