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

Commit 4b524f12 authored by MyungJoo Ham's avatar MyungJoo Ham
Browse files

PM / devfreq: correct misleading comment



_remove_devfreq() does not have @skip anymore after 3.16.
The comment for _remove_devfreq() has been updated correspondingly.

Signed-off-by: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
parent 6f240fbc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -392,7 +392,6 @@ static int devfreq_notifier_call(struct notifier_block *nb, unsigned long type,
/**
 * _remove_devfreq() - Remove devfreq from the list and release its resources.
 * @devfreq:	the devfreq struct
 * @skip:	skip calling device_unregister().
 */
static void _remove_devfreq(struct devfreq *devfreq)
{