mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
MIPS: csrc-r4k: Fix spelling mistake.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
2e373952cc
commit
664c4bbb73
@ -27,7 +27,7 @@ int __init init_mips_clocksource(void)
|
|||||||
if (!cpu_has_counter || !mips_hpt_frequency)
|
if (!cpu_has_counter || !mips_hpt_frequency)
|
||||||
return -ENXIO;
|
return -ENXIO;
|
||||||
|
|
||||||
/* Calclate a somewhat reasonable rating value */
|
/* Calculate a somewhat reasonable rating value */
|
||||||
clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
|
clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
|
||||||
|
|
||||||
clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);
|
clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user