Skip to content

Commit

Permalink
PM / devfreq: correct misleading comment
Browse files Browse the repository at this point in the history
_remove_devfreq() does not have @Skip anymore after 3.16.
The comment for _remove_devfreq() has been updated correspondingly.

Signed-off-by: MyungJoo Ham <[email protected]>
  • Loading branch information
myungjoo committed Mar 30, 2015
1 parent 6f240fb commit 4b524f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/devfreq/devfreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4b524f1

Please sign in to comment.