diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2015-03-18 13:35:09 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2015-03-30 17:09:41 +0900 |
commit | 4b524f12188c20c64c602ff09ba26a5d39d16b1c (patch) | |
tree | 18e1766ca5a4aa72e8bcd4b8b654d394e1560091 | |
parent | 6f240fbc474018872f6d9664a3bd350bd22cc8d9 (diff) | |
download | op-kernel-dev-4b524f12188c20c64c602ff09ba26a5d39d16b1c.zip op-kernel-dev-4b524f12188c20c64c602ff09ba26a5d39d16b1c.tar.gz |
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>
-rw-r--r-- | drivers/devfreq/devfreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index 30b538d8..ca1b362 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) { |