Merge branch 'qed-suppress-irrelevant-error-messages-on-HW-init'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 23:07:34 +0000 (16:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 23:07:34 +0000 (16:07 -0700)
commit785ed9c32aa1e709e62a475e44139bd875b00c9d
tree72e290ee98189aa96543c0e042e629d2a8089e45
parent2c9d8e01f0c6017317eee7638496173d4a64e6bc
parenteb61c2d69903e977ffa2b80b1da9d1f758cf228d
Merge branch 'qed-suppress-irrelevant-error-messages-on-HW-init'

Alexander Lobakin says:

====================
qed: suppress irrelevant error messages on HW init

This raises the verbosity level of several error/warning messages on
driver/module initialization, most of which are false-positives, and
the one actively spamming the log for no reason.
====================

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