Home
last modified time | relevance | path

Searched hist:e35dbb4d4b4499e8a013564f0753dabc1c49e9d9 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/thermal/samsung/
H A Dexynos_tmu.cdiff e35dbb4d4b4499e8a013564f0753dabc1c49e9d9 Thu Oct 08 07:34:06 CEST 2015 Krzysztof Kozlowski <k.kozlowski@samsung.com> thermal: exynos: Directly return 0 instead of using local ret variable

The 'ret' variable in exynos5440_tmu_initialize() is initialized to 0
and returned as is. Replace it with direct return statement. This also
fixes coccinelle warning:
drivers/thermal/samsung/exynos_tmu.c:611:5-8: Unneeded variable: "ret". Return "0" on line 654

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>