17 May, 2014

1 commit

  • Suppress the following checkpatch.pl warnings:

    - WARNING: Prefer pr_err(... to printk(KERN_ERR ...
    - WARNING: Prefer pr_info(... to printk(KERN_INFO ...
    - WARNING: Prefer pr_warn(... to printk(KERN_WARNING ...
    - WARNING: quoted string split across lines
    - WARNING: please, no spaces at the start of a line

    Also, define the pr_fmt macro instead of PFX for the module name.

    Signed-off-by: Stratos Karafotis
    Acked-by: Viresh Kumar
    Signed-off-by: Rafael J. Wysocki

    Stratos Karafotis
     

10 Sep, 2012

1 commit

  • These chips are now supported by acpi-cpufreq, so we can delete all the
    code handling them.

    Andre: Tighten the deprecation warning message. Trigger load of
    acpi-cpufreq and let the load of the module finally fail.
    This avoids the problem of users ending up without any cpufreq support
    after the transition.

    Signed-off-by: Matthew Garrett
    Signed-off-by: Andre Przywara
    Signed-off-by: Rafael J. Wysocki

    Matthew Garrett
     

20 May, 2011

1 commit