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:12:40 +0000 (13:12 +0200)
commit97093827cd5e0331da3cd0d07678911576ed766a
treeb13a1ce70e508d4220181b36c2e678636f1ec065
parentd2a4505931ffa75fdcad2722787dc1a8793d3382
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