diff options
-rw-r--r-- | net/core/filter.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/core/filter.c b/net/core/filter.c index 0eb8c4466eaa..0e3622f1dcb1 100644 --- a/net/core/filter.c +++ b/net/core/filter.c | |||
@@ -350,7 +350,9 @@ load_b: | |||
350 | continue; | 350 | continue; |
351 | } | 351 | } |
352 | default: | 352 | default: |
353 | WARN_ON(1); | 353 | WARN_RATELIMIT(1, "Unknown code:%u jt:%u tf:%u k:%u\n", |
354 | fentry->code, fentry->jt, | ||
355 | fentry->jf, fentry->k); | ||
354 | return 0; | 356 | return 0; |
355 | } | 357 | } |
356 | } | 358 | } |