]> git.baikalelectronics.ru Git - kernel.git/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:04:53 +0000 (09:04 +0200)
commit4adaa84471549787b636245c30dc4996c84eea49
tree7b97de43603ff3f2aa0addb7808f075aa7deb76c
parenta5409035c913ca442809e69a5b95e28a48bf8678
net/bpfilter: remove superfluous testing message

commit 798d64de59252c8c016b83dc1e72c89309473832 upstream.

A testing message was brought by c741018fdd8d ("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: c741018fdd8d ("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