]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
thermal: rcar: remove machine_power_off() from rcar_thermal_notify()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 31 Jan 2013 09:26:13 +0000 (09:26 +0000)
committerZhang Rui <rui.zhang@intel.com>
Wed, 6 Feb 2013 06:13:59 +0000 (14:13 +0800)
commite6e053f4e47634c07993cb31893556d24e18b65e
treea6850c5e46f5c6e5bf7f160e1fbad415d7aa92c5
parente0a5172e9eec7f0d3c476e013c51dab62f3fc666
thermal: rcar: remove machine_power_off() from rcar_thermal_notify()

Machine/System power-off is run in thermal frame work if
it become critical temperature.
This patch removed pointless machine_power_off()
from thermal_zone_device_ops :: .notify

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/rcar_thermal.c