PM / devfreq: correct misleading comment
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 18 Mar 2015 04:35:09 +0000 (13:35 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 30 Mar 2015 08:09:41 +0000 (17:09 +0900)
_remove_devfreq() does not have @skip anymore after 3.16.
The comment for _remove_devfreq() has been updated correspondingly.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/devfreq/devfreq.c

index 30b538d8cc90a5cb5e6baa88172c5711aa804b93..ca1b362d77e2329c9b6c0d511f754fdf839da095 100644 (file)
@@ -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)
 {
This page took 0.026674 seconds and 5 git commands to generate.