]> 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)
commit437521bbce8e702963775e8edbea10b07066ce8f
tree028eb0091d193c4f7ee32038b5dc1552f9cb8a20
parentf6a5ebb2b6e28ed0ad46c39ef00fdcf947408b9b
parent441cdd10c89be3f08a7072b82fb6fe23e6998c20
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>