~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/plat-mxc/cpufreq.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
/*
15
15
 * A driver for the Freescale Semiconductor i.MXC CPUfreq module.
16
 
 * The CPUFREQ driver is for controling CPU frequency. It allows you to change
 
16
 * The CPUFREQ driver is for controlling CPU frequency. It allows you to change
17
17
 * the CPU clock speed on the fly.
18
18
 */
19
19
 
153
153
        ret = cpufreq_frequency_table_cpuinfo(policy, imx_freq_table);
154
154
 
155
155
        if (ret < 0) {
156
 
                printk(KERN_ERR "%s: failed to register i.MXC CPUfreq \
157
 
                                with error code %d\n", __func__, ret);
 
156
                printk(KERN_ERR "%s: failed to register i.MXC CPUfreq with error code %d\n",
 
157
                       __func__, ret);
158
158
                goto err;
159
159
        }
160
160