]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit33c464140023f4f160451419f090aa6de886cf71
tree67cf3c38b41ae6e542291073a52638e426b97cb9
parente502e3af382c3ff1d2da598c7aca22931350b7d1
parent11b0f8929ec49bcd5d622679b3ff77148f7740f8
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>