]> git.openfabrics.org - ~emulex/infiniband.git/commit
thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger()
authorLukasz Majewski <l.majewski@samsung.com>
Wed, 9 Oct 2013 06:29:50 +0000 (08:29 +0200)
committerEduardo Valentin <eduardo.valentin@ti.com>
Tue, 15 Oct 2013 14:10:42 +0000 (10:10 -0400)
commitacecdb3cf42576431ba17d82fcc7b221e63a8d8c
treef8d96f602edd0eb02d8079fa3d098d2858ae3523
parent22356f447ceb8d97a4885792e7d9e4607f712e1b
thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger()

The commit 4de0bdaa9677d11406c9becb70c60887c957e1f0
("thermal: exynos: Add support for instance based register/unregister")
broke check for presence of therm_dev at global thermal zone in
exynos_report_trigger().

The resulting wrong test prevents thermal_zone_device_update() call, which
calls handlers for situation when trip points are passed.
Such behavior prevents thermal driver from proper reaction (when TMU interrupt
is raised) in a situation when overheating is detected at TMU hardware.

It turns out, that after exynos thermal subsystem redesign (at v3.12) this
check is not needed, since it is not possible to register thermal zone
without valid thermal device.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
drivers/thermal/samsung/exynos_thermal_common.c