mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-30 07:37:49 +00:00
cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
Trivial fix to spelling mistake in s3c_freq_dbg debug message text. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
df21443ff6
commit
130fccd09f
@ -143,7 +143,7 @@ static void s3c2440_cpufreq_setdivs(struct s3c_cpufreq_config *cfg)
|
|||||||
{
|
{
|
||||||
unsigned long clkdiv, camdiv;
|
unsigned long clkdiv, camdiv;
|
||||||
|
|
||||||
s3c_freq_dbg("%s: divsiors: h=%d, p=%d\n", __func__,
|
s3c_freq_dbg("%s: divisors: h=%d, p=%d\n", __func__,
|
||||||
cfg->divs.h_divisor, cfg->divs.p_divisor);
|
cfg->divs.h_divisor, cfg->divs.p_divisor);
|
||||||
|
|
||||||
clkdiv = __raw_readl(S3C2410_CLKDIVN);
|
clkdiv = __raw_readl(S3C2410_CLKDIVN);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user