linux/drivers/thermal/tegra
Nicolin Chen 1fba81cc09 thermal: tegra: remove null check for dev pointer
The dev pointer is going through a null check after a dereference.
So this patch removes that useless check since the driver does not
pass a null dev pointer in any case.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2017-10-31 19:32:13 -07:00
..
Kconfig thermal: tegra: split tegra_soctherm driver 2016-05-17 07:28:28 -07:00
Makefile thermal: tegra: add Tegra132 specific SOC_THERM driver 2016-05-17 07:28:31 -07:00
soctherm-fuse.c thermal: tegra: add Tegra210 specific SOC_THERM driver 2016-05-17 07:28:28 -07:00
soctherm.c thermal: tegra: remove null check for dev pointer 2017-10-31 19:32:13 -07:00
soctherm.h thermal: tegra: add hw-throttle function 2016-09-27 14:02:32 +08:00
tegra124-soctherm.c thermal: tegra: add hw-throttle function 2016-09-27 14:02:32 +08:00
tegra132-soctherm.c thermal: tegra: add hw-throttle for Tegra132 2016-09-27 14:02:32 +08:00
tegra210-soctherm.c thermal: tegra: add hw-throttle function 2016-09-27 14:02:32 +08:00