diff options
| author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2015-03-18 00:35:09 -0400 |
|---|---|---|
| committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2015-03-30 04:09:41 -0400 |
| commit | 4b524f12188c20c64c602ff09ba26a5d39d16b1c (patch) | |
| tree | 18e1766ca5a4aa72e8bcd4b8b654d394e1560091 | |
| parent | 6f240fbc474018872f6d9664a3bd350bd22cc8d9 (diff) | |
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 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, | |||
| 392 | /** | 392 | /** |
| 393 | * _remove_devfreq() - Remove devfreq from the list and release its resources. | 393 | * _remove_devfreq() - Remove devfreq from the list and release its resources. |
| 394 | * @devfreq: the devfreq struct | 394 | * @devfreq: the devfreq struct |
| 395 | * @skip: skip calling device_unregister(). | ||
| 396 | */ | 395 | */ |
| 397 | static void _remove_devfreq(struct devfreq *devfreq) | 396 | static void _remove_devfreq(struct devfreq *devfreq) |
| 398 | { | 397 | { |
