thermal: Drop unused variables

Change-Id: Id0b5f5f72861e6d53e0a7189914f81139e436479
This commit is contained in:
Arian 2023-09-22 13:26:19 +02:00 committed by Jens Reidel
parent 256c18b0c6
commit 7af371ea3a
No known key found for this signature in database
GPG Key ID: 23C1E5F512C12303

View File

@ -89,8 +89,8 @@ static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev,
unsigned long state)
{
struct devfreq_cooling_device *dfc = cdev->devdata;
struct devfreq *df = dfc->devfreq;
struct device *dev = df->dev.parent;
//struct devfreq *df = dfc->devfreq;
//struct device *dev = df->dev.parent;
unsigned long freq;
if (state == dfc->cooling_state)