]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/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)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jul 2018 06:09:39 +0000 (15:09 +0900)
commit3a9b0455062ffb9d2f6cd4473a76e3456f318c9f
treeaff1a52a288314cefbd771e5ff4e305091528413
parent4aac0b43474d18f6160302a3caa147d77fa3baa1
net: usb: rtl8150: demote allmulti message to dev_dbg()

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>
drivers/net/usb/rtl8150.c