From: MyungJoo Ham Date: Wed, 18 Mar 2015 04:35:09 +0000 (+0900) Subject: PM / devfreq: correct misleading comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4b524f12188c20c64c602ff09ba26a5d39d16b1c;p=linux-beck.git 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 --- 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) {