Merge branch 'ibmvnic-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 7 Aug 2018 19:46:28 +0000 (12:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Aug 2018 19:46:28 +0000 (12:46 -0700)
commit334b126fc9441a2ceb1e905aa4db5d462d35c0d2
tree028eb0091d193c4f7ee32038b5dc1552f9cb8a20
parent7395a8845588ebdf170f4d3796d44142458741be
parentc9008d339bc40301a486ea62f36f106c4b2aad0e
Merge branch 'ibmvnic-next'

Thomas Falcon says:

====================
ibmvnic: Update firmware error reporting

This patch set cleans out a lot of dead code from the ibmvnic driver
and adds some more. The error ID field of the descriptor is not filled
in by firmware, so do not print it and do not use it to query for
more detailed information. Remove the unused code written for this.
Finally, update the message to print a string explainng the error
cause instead of just the error code.
====================

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