aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2019-10-18 16:40:52 +0200
committerPetr Mladek <pmladek@suse.com>2019-10-18 16:40:52 +0200
commitfd612402152fcbc54c482971d97475e38bc1ccd7 (patch)
tree1bf9d4d4e2c9c1cb0e68a31b85adba486299c174 /lib
parentprintf: add support for printing symbolic error names (diff)
parenttools lib api: Renaming pr_warning to pr_warn (diff)
downloadlinux-dev-fd612402152fcbc54c482971d97475e38bc1ccd7.tar.xz
linux-dev-fd612402152fcbc54c482971d97475e38bc1ccd7.zip
Merge branch 'for-5.5-pr-warn' into for-5.5
Diffstat (limited to 'lib')
-rw-r--r--lib/cpu_rmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cpu_rmap.c b/lib/cpu_rmap.c
index 075f3788bbe4..f08d9c56f712 100644
--- a/lib/cpu_rmap.c
+++ b/lib/cpu_rmap.c
@@ -255,7 +255,7 @@ irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask)
rc = cpu_rmap_update(glue->rmap, glue->index, mask);
if (rc)
- pr_warning("irq_cpu_rmap_notify: update failed: %d\n", rc);
+ pr_warn("irq_cpu_rmap_notify: update failed: %d\n", rc);
}
/**