]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitef95693c21b5ee6f1a2f035a7bc00fd27b39e076
tree028eb0091d193c4f7ee32038b5dc1552f9cb8a20
parent4c729ce1c00532d4237d61651e2291dff754321c
parent094c3509533e073fff4a6f63e5a62d73af9e493a
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>