aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2017-01-16 07:26:04 -0500
committerMyungJoo Ham <myungjoo.ham@samsung.com>2017-01-31 00:12:19 -0500
commitc701335e7afaef95519b0a3a405bb646e0ffef5f (patch)
treea591bbd4ad1e1a74fe0564664289c682d0e0cdb7
parent9d0109be482cf75d731f2d8ea86ce2471b98a429 (diff)
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 <cw00.choi@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--drivers/devfreq/governor_userspace.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/devfreq/governor_userspace.c b/drivers/devfreq/governor_userspace.c
index 9db4d6f2006a..176976068bcd 100644
--- a/drivers/devfreq/governor_userspace.c
+++ b/drivers/devfreq/governor_userspace.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * linux/drivers/devfreq/governor_simpleondemand.c 2 * linux/drivers/devfreq/governor_userspace.c
3 * 3 *
4 * Copyright (C) 2011 Samsung Electronics 4 * Copyright (C) 2011 Samsung Electronics
5 * MyungJoo Ham <myungjoo.ham@samsung.com> 5 * MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -50,7 +50,6 @@ static ssize_t store_freq(struct device *dev, struct device_attribute *attr,
50 unsigned long wanted; 50 unsigned long wanted;
51 int err = 0; 51 int err = 0;
52 52
53
54 mutex_lock(&devfreq->lock); 53 mutex_lock(&devfreq->lock);
55 data = devfreq->data; 54 data = devfreq->data;
56 55