Merge branches 'thermal-core' and 'thermal-intel' of .git into next
authorZhang Rui <rui.zhang@intel.com>
Wed, 2 Sep 2015 02:08:02 +0000 (10:08 +0800)
committerZhang Rui <rui.zhang@intel.com>
Wed, 2 Sep 2015 02:08:02 +0000 (10:08 +0800)
1  2  3 
drivers/thermal/hisi_thermal.c
drivers/thermal/power_allocator.c
drivers/thermal/samsung/exynos_tmu.c
drivers/thermal/thermal_core.c

Simple merge
@@@@ -331,9 -326,9 -326,9 +331,9 @@@@ static int allocate_power(struct therma
                                      granted_power, total_granted_power,
                                      num_actors, power_range,
                                      max_allocatable_power, current_temp,
- -                                   (s32)control_temp - (s32)current_temp);
+ +                                   control_temp - current_temp);
   
 --     devm_kfree(&tz->device, req_power);
 ++     kfree(req_power);
   unlock:
        mutex_unlock(&tz->lock);
   
Simple merge
Simple merge