diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index dd87696c8201..973d87e83f97 100644 --- a/drivers/devfreq/devfreq.c +++ b/drivers/devfreq/devfreq.c @@ -623,7 +623,6 @@ int devfreq_remove_device(struct devfreq *devfreq) return -EINVAL; device_unregister(&devfreq->dev); - put_device(&devfreq->dev); return 0; }