aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2015-03-18 13:35:09 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2015-03-30 17:09:41 +0900
commit4b524f12188c20c64c602ff09ba26a5d39d16b1c (patch)
tree18e1766ca5a4aa72e8bcd4b8b654d394e1560091 /drivers/devfreq
parentPM / devfreq: event: Add const keyword for devfreq_event_ops structure (diff)
downloadlinux-dev-4b524f12188c20c64c602ff09ba26a5d39d16b1c.tar.xz
linux-dev-4b524f12188c20c64c602ff09ba26a5d39d16b1c.zip
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: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/devfreq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
index 30b538d8cc90..ca1b362d77e2 100644
--- a/drivers/devfreq/devfreq.c
+++ b/drivers/devfreq/devfreq.c
@@ -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)
{