]> git.itanic.dy.fi Git - linux-stable/commit
net: usb: rtl8150: demote allmulti message to dev_dbg()
authorDavid Lechner <david@lechnology.com>
Mon, 16 Jul 2018 22:58:10 +0000 (17:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Aug 2018 11:07:11 +0000 (13:07 +0200)
commit80e3c217d1ba398f204a6e84d7be3a2ec066b696
tree345f0b7b9e86bdd5f6dedc8c80d49b9b3d81d742
parent1c69d879696094a90b8b6e6a34faadfedcbd6ab7
net: usb: rtl8150: demote allmulti message to dev_dbg()

[ Upstream commit 3a9b0455062ffb9d2f6cd4473a76e3456f318c9f ]

This driver can spam the kernel log with multiple messages of:

    net eth0: eth0: allmulti set

Usually 4 or 8 at a time (probably because of using ConnMan).

This message doesn't seem useful, so let's demote it from dev_info()
to dev_dbg().

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/rtl8150.c