1
0
Fork 0
Pull devfreq build fix for v5.4 from MyungJoo Ham:

* 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq:
  PM / devfreq: passive: fix compiler warning
alistair/sunxi64-5.4-dsi
Rafael J. Wysocki 2019-08-28 11:04:35 +02:00
commit da9cd91c87
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ static int devfreq_passive_notifier_call(struct notifier_block *nb,
static int devfreq_passive_event_handler(struct devfreq *devfreq,
unsigned int event, void *data)
{
struct device *dev = devfreq->dev.parent;
struct devfreq_passive_data *p_data
= (struct devfreq_passive_data *)devfreq->data;
struct devfreq *parent = (struct devfreq *)p_data->parent;