mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
6f240fbc47
commit
4b524f1218
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
* _remove_devfreq() - Remove devfreq from the list and release its resources.
|
||||||
* @devfreq: the devfreq struct
|
* @devfreq: the devfreq struct
|
||||||
* @skip: skip calling device_unregister().
|
|
||||||
*/
|
*/
|
||||||
static void _remove_devfreq(struct devfreq *devfreq)
|
static void _remove_devfreq(struct devfreq *devfreq)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue