diff options
author | Petr Mladek <pmladek@suse.com> | 2019-10-18 16:40:52 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2019-10-18 16:40:52 +0200 |
commit | fd612402152fcbc54c482971d97475e38bc1ccd7 (patch) | |
tree | 1bf9d4d4e2c9c1cb0e68a31b85adba486299c174 /lib | |
parent | 57f5677e535ba24b8926a7125be2ef8d7f09323c (diff) | |
parent | c405c37bd9022ece118099fa39040bee8c5adbff (diff) | |
download | linux-fd612402152fcbc54c482971d97475e38bc1ccd7.tar.bz2 |
Merge branch 'for-5.5-pr-warn' into for-5.5
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cpu_rmap.c | 2 |
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); } /** |