projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0109b
)
PM / devfreq: Fix the wrong description for userspace governor
author
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 16 Jan 2017 12:26:04 +0000
(21:26 +0900)
committer
MyungJoo Ham
<myungjoo.ham@samsung.com>
Tue, 31 Jan 2017 05:12:19 +0000
(14:12 +0900)
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>
drivers/devfreq/governor_userspace.c
patch
|
blob
|
history
diff --git
a/drivers/devfreq/governor_userspace.c
b/drivers/devfreq/governor_userspace.c
index 9db4d6f2006ab2f5fea2d11bf0023ebbdb549ced..176976068bcd1552d0a625ea47ebdf72812b4c6b 100644
(file)
--- 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 <myungjoo.ham@samsung.com>
@@
-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;