]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/cpufreq/sti-cpufreq.c
mtd: nand: atmel: Add ->setup_data_interface() hooks
[karo-tx-linux.git] / drivers / cpufreq / sti-cpufreq.c
index a7db9011d5fec57fbf71849fce133a37f88d4a94..d2d0430d09d4ddcaa3626319741cdb3ef66ef3aa 100644 (file)
@@ -236,7 +236,7 @@ use_defaults:
        return 0;
 }
 
-static int sti_cpufreq_fetch_syscon_regsiters(void)
+static int sti_cpufreq_fetch_syscon_registers(void)
 {
        struct device *dev = ddata.cpu;
        struct device_node *np = dev->of_node;
@@ -275,7 +275,7 @@ static int sti_cpufreq_init(void)
                goto skip_voltage_scaling;
        }
 
-       ret = sti_cpufreq_fetch_syscon_regsiters();
+       ret = sti_cpufreq_fetch_syscon_registers();
        if (ret)
                goto skip_voltage_scaling;