Found with scripts/coccinelle/misc/boolconv.cocci.

Signed-off-by: Andrew F. Davis <[email protected]>
---
 drivers/thermal/devfreq_cooling.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/thermal/devfreq_cooling.c 
b/drivers/thermal/devfreq_cooling.c
index ef59256887ff..e386a3241700 100644
--- a/drivers/thermal/devfreq_cooling.c
+++ b/drivers/thermal/devfreq_cooling.c
@@ -85,7 +85,7 @@ static int partition_enable_opps(struct 
devfreq_cooling_device *dfc,
                struct dev_pm_opp *opp;
                int ret = 0;
                unsigned int freq = dfc->freq_table[i];
-               bool want_enable = i >= cdev_state ? true : false;
+               bool want_enable = i >= cdev_state;
 
                opp = dev_pm_opp_find_freq_exact(dev, freq, !want_enable);
 
-- 
2.17.1

Reply via email to