aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2020-07-27 11:32:31 +0900
committerChanwoo Choi <cw00.choi@samsung.com>2020-07-30 17:22:58 +0900
commit27a69714450f5c9288cec2b20f1ae4f7ad34dacf (patch)
treeab6734597165a15c521fa283ff71d2baec3eca01 /drivers/devfreq
parentPM / devfreq: Fix indentaion of devfreq_summary debugfs node (diff)
downloadlinux-dev-27a69714450f5c9288cec2b20f1ae4f7ad34dacf.tar.xz
linux-dev-27a69714450f5c9288cec2b20f1ae4f7ad34dacf.zip
PM / devfreq: Fix the wrong end with semicolon
Fix the wrong grammar at the end of code line by using semicolon. Cc: stable vger.kernel.org Fixes: 490a421bc575 ("PM / devfreq: Add debugfs support with devfreq_summary file") Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/devfreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
index 9d324ff87ee6..561d91b2d3bf 100644
--- a/drivers/devfreq/devfreq.c
+++ b/drivers/devfreq/devfreq.c
@@ -1800,9 +1800,9 @@ static int devfreq_summary_show(struct seq_file *s, void *data)
#endif
mutex_lock(&devfreq->lock);
- cur_freq = devfreq->previous_freq,
+ cur_freq = devfreq->previous_freq;
get_freq_range(devfreq, &min_freq, &max_freq);
- polling_ms = devfreq->profile->polling_ms,
+ polling_ms = devfreq->profile->polling_ms;
mutex_unlock(&devfreq->lock);
seq_printf(s,