]> git.itanic.dy.fi Git - linux-stable/commit
net/bpfilter: remove superfluous testing message
authorBruno Meneguele <bmeneg@redhat.com>
Tue, 31 Mar 2020 13:06:30 +0000 (10:06 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Apr 2020 07:06:34 +0000 (09:06 +0200)
commitc2fe07c283665788237ae3a2a5244bda984e03f7
treee0cc1e0aa763730ab116e208631a267de30b673b
parent2251eab4df74fdd9f25c3ff6bc76946948c426b9
net/bpfilter: remove superfluous testing message

commit 41c55ea6c2a7ca4c663eeec05bdf54f4e2419699 upstream.

A testing message was brought by 13d0f7b814d9 ("net/bpfilter: fix dprintf
usage for /dev/kmsg") but should've been deleted before patch submission.
Although it doesn't cause any harm to the code or functionality itself, it's
totally unpleasant to have it displayed on every loop iteration with no real
use case. Thus remove it unconditionally.

Fixes: 13d0f7b814d9 ("net/bpfilter: fix dprintf usage for /dev/kmsg")
Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/bpfilter/main.c