projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df21443
)
cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
author
Colin Ian King
<
[email protected]
>
Mon, 30 Apr 2018 14:48:01 +0000
(15:48 +0100)
committer
Rafael J. Wysocki
<
[email protected]
>
Thu, 10 May 2018 09:50:42 +0000
(11:50 +0200)
Trivial fix to spelling mistake in s3c_freq_dbg debug message text.
Signed-off-by: Colin Ian King <
[email protected]
>
Acked-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/s3c2440-cpufreq.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/s3c2440-cpufreq.c
b/drivers/cpufreq/s3c2440-cpufreq.c
index d0d75b65ddd6df2a070b162c178322e48fbf1239..d2f67b7a20dd3d18e0f49ca8fbb54fe649466d21 100644
(file)
--- a/
drivers/cpufreq/s3c2440-cpufreq.c
+++ b/
drivers/cpufreq/s3c2440-cpufreq.c
@@
-143,7
+143,7
@@
static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
{
unsigned long clkdiv, camdiv;
- s3c_freq_dbg("%s: div
si
ors: h=%d, p=%d\n", __func__,
+ s3c_freq_dbg("%s: div
is
ors: h=%d, p=%d\n", __func__,
cfg->divs.h_divisor, cfg->divs.p_divisor);
clkdiv = __raw_readl(S3C2410_CLKDIVN);