diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-03-06 14:24:21 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-03-06 14:24:21 +0100 |
commit | 4fda87df09bee2b1bf236aba408c3236d4f1fbca (patch) | |
tree | f1ec4a5b8696c89141bcdc25b6920b3caf5c9f97 /drivers/thermal/ti-soc-thermal/ti-thermal-common.c | |
parent | 70658b99490dd86cfdbf4fca117bbe2ef9a80d03 (diff) | |
parent | 3b8f4a70b840cff298010481d39404e9c39030d1 (diff) |
Merge tag 'asoc-fix-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linussound-4.0-rc3
ASoC: Fixes for v4.0
A few driver specific fixes here, none of them earth shattering in
themselves, that have accumliated since the opening of the merge window.
Diffstat (limited to 'drivers/thermal/ti-soc-thermal/ti-thermal-common.c')
-rw-r--r-- | drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/ti-soc-thermal/ti-thermal-common.c b/drivers/thermal/ti-soc-thermal/ti-thermal-common.c index 3fb054a10f6a..a38c1756442a 100644 --- a/drivers/thermal/ti-soc-thermal/ti-thermal-common.c +++ b/drivers/thermal/ti-soc-thermal/ti-thermal-common.c @@ -429,7 +429,7 @@ int ti_thermal_unregister_cpu_cooling(struct ti_bandgap *bgp, int id) data = ti_bandgap_get_sensor_data(bgp, id); - if (data && data->cool_dev) + if (data) cpufreq_cooling_unregister(data->cool_dev); return 0; |