]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Thermal: rename structure thermal_cooling_device_instance to thermal_instance
authorZhang Rui <rui.zhang@intel.com>
Wed, 27 Jun 2012 02:08:19 +0000 (10:08 +0800)
committerZhang Rui <rui.zhang@intel.com>
Thu, 9 Aug 2012 01:11:07 +0000 (09:11 +0800)
commitbc49d8a72c99e6a4881bc424086e2440fdba9907
tree02dfdca3257a5540c1d20b8d5ed460bb56b403c8
parent62585e24d5747394d33d5c803a7930cd27359f99
Thermal: rename structure thermal_cooling_device_instance to thermal_instance

This struct is used to describe the behavior for a thermal
cooling device on a certain trip point for a certain thremal zone.

thermal_cooling_device_instance is not accurate, as a cooling device
can be used for more than one trip point in one thermal zone device.

Reviewed-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/thermal_sys.c