Merge branch 'ibmvnic-Correct-long-term-mapped-buffer-error-handling'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Jun 2017 15:31:35 +0000 (11:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jun 2017 15:31:35 +0000 (11:31 -0400)
Thomas Falcon says:

====================
ibmvnic: Correct long-term-mapped buffer error handling

This patch set fixes the error-handling of long-term-mapped buffers
during adapter initialization and reset. The first patch fixes a bug
in an incorrectly defined descriptor that was keeping the return
codes from the VIO server from being properly checked. The second patch
fixes and cleans up the error-handling implementation.
====================

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

Trivial merge