Skip to content
Snippets Groups Projects
Commit 6a35e45a authored by David Arcari's avatar David Arcari
Browse files

intel_idle: use pr_info() instead of printk()

JIRA: https://issues.redhat.com/browse/RHEL-11351



commit 91048ce4
Author: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Date:   Wed Apr 19 17:39:41 2023 +0300

    intel_idle: use pr_info() instead of printk()

    Substitute 'printk()' with 'pr_info()', because 'intel_idle' already uses
    'pr_debug()', so using 'pr_info()' will be more consistent.

    In addition to this, this patch addresses  the following checkpatch.pl
    warning:
      WARNING: printk() should include KERN_<LEVEL> facility level

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Reviewed-by: default avatarZhang Rui <rui.zhang@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>

Signed-off-by: default avatarDavid Arcari <darcari@redhat.com>
parent 4cffe861
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment