OSDN Git Service

Merge branch 'net-Demote-MTU-change-prints-to-debug'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Nov 2019 04:01:14 +0000 (20:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Nov 2019 04:01:14 +0000 (20:01 -0800)
commit0f030bdb16dc1282e58c5825e5662e351142f605
tree67cf3c38b41ae6e542291073a52638e426b97cb9
parent693bd8b7ae46f04d6d7c868a08b35d28baacdab1
parent5409386679860fded7f666da143e4c33926c62da
Merge branch 'net-Demote-MTU-change-prints-to-debug'

Florian Fainelli says:

====================
net: Demote MTU change prints to debug

This patch series demotes several drivers that printed MTU change and
could therefore spam the kernel console if one has a test that it's all
about testing the values. Intel drivers were not also particularly
consistent in how they printed the same message, so now they are.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>