Merge branch 'bnxt_en-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:48:28 +0000 (14:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:48:28 +0000 (14:48 -0400)
commit92cc8a5105e1236584e92288595ddbd2149bb6cf
treee41c847ec1c2f797403d296ae53adbf44dd9d0ca
parentdb9d8b29d19d2801793e4419f4c6272bf8951c62
parent2270bc5da34979454e6f2eb133d800b635156174
Merge branch 'bnxt_en-fixes'

Michael Chan says:

====================
bnxt_en: Error handling and netpoll fixes.

Add missing error handling and fix netpoll handling.  The current code
handles RX and TX events in netpoll mode and is causing lots of warnings
and errors in the RX code path in netpoll mode.  The fix is to only handle
TX events in netpoll mode.
====================

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