]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/cpu_rmap.c
Merge tag 'f2fs-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
[linux.git] / lib / cpu_rmap.c
index 075f3788bbe4d60e9fe7c99c6fd1233f73496a44..f08d9c56f712e76c968c31b4195865fb9d5ce3d7 100644 (file)
@@ -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);
 }
 
 /**