OSDN Git Service

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)
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>

Trivial merge