Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
[cascardo/linux.git] / net / decnet / dn_fib.c
index 65a8cd7..7eaf987 100644 (file)
@@ -438,9 +438,8 @@ int dn_fib_semantic_match(int type, struct dn_fib_info *fi, const struct flowidn
                        res->fi = NULL;
                        return 1;
                default:
-                       if (net_ratelimit())
-                               printk("DECnet: impossible routing event : dn_fib_semantic_match type=%d\n",
-                                      type);
+                       net_err_ratelimited("DECnet: impossible routing event : dn_fib_semantic_match type=%d\n",
+                                           type);
                        res->fi = NULL;
                        return -EINVAL;
                }