Re: [PATCH -next] drivers: thermal: tsens: fix missing put_device error

2020-09-25 Thread kernel test robot
Hi Zheng, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20200924] url: https://github.com/0day-ci/linux/commits/Zheng-Bin/drivers-thermal-tsens-fix-missing-put_device-error/20200925-171533 base:d1d2220c7f39d0fca302c4ba6cca4ede01660a2b config: mips-ally

[PATCH -next] drivers: thermal: tsens: fix missing put_device error

2020-09-25 Thread Zheng Bin
Fixes coccicheck error: drivers/thermal/qcom/tsens.c:759:4-10: ERROR: missing put_device; call of_find_device_by_node on line 715, but without a corresponding object release within this function. Fixes: a7ff82976122 ("drivers: thermal: tsens: Merge tsens-common.c into tsens.c") Signed-off-by: