From: Chanwoo Choi Date: Mon, 16 Jan 2017 12:26:04 +0000 (+0900) Subject: PM / devfreq: Fix the wrong description for userspace governor X-Git-Tag: accepted/tizen/4.0/unified/20170920.081531~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e341e1277055be16bc3acbe96e39fc672815638f;p=platform%2Fkernel%2Flinux-exynos.git PM / devfreq: Fix the wrong description for userspace governor This patch fixes the wrong description of governor_userspace.c and removes the unneeded blank line. Signed-off-by: Chanwoo Choi Signed-off-by: MyungJoo Ham --- diff --git a/drivers/devfreq/governor_userspace.c b/drivers/devfreq/governor_userspace.c index 9db4d6f..1769760 100644 --- a/drivers/devfreq/governor_userspace.c +++ b/drivers/devfreq/governor_userspace.c @@ -1,5 +1,5 @@ /* - * linux/drivers/devfreq/governor_simpleondemand.c + * linux/drivers/devfreq/governor_userspace.c * * Copyright (C) 2011 Samsung Electronics * MyungJoo Ham @@ -50,7 +50,6 @@ static ssize_t store_freq(struct device *dev, struct device_attribute *attr, unsigned long wanted; int err = 0; - mutex_lock(&devfreq->lock); data = devfreq->data;