Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85247e13 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "PM/devfreq: Remove redundant put_device()"

parents 20d4a655 50ce9121
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -564,7 +564,6 @@ int devfreq_remove_device(struct devfreq *devfreq)
		return -EINVAL;

	device_unregister(&devfreq->dev);
	put_device(&devfreq->dev);

	return 0;
}