thermal: Drop unused variables
Change-Id: Id0b5f5f72861e6d53e0a7189914f81139e436479
This commit is contained in:
parent
256c18b0c6
commit
7af371ea3a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user