Merge branch 'bnxt_en-Bug-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 11 Jul 2017 17:32:12 +0000 (10:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Jul 2017 17:32:12 +0000 (10:32 -0700)
commit4c17e1febd73c3b2467fd9f67e0017a82805196a
treee2a43c742866d3e36b86a9c2bcc4513f426a997d
parentde92cd6cf4899c0876a8f5519769a786ad7cdeea
parent9b0436c3f29483ca91d890b0072c0c02e2e535ed
Merge branch 'bnxt_en-Bug-fixes'

Michael Chan says:

====================
bnxt_en: Bug fixes.

3 bug fixes in this series.  Fix a crash in bnxt_get_stats64() that can
happen if the device is closing and freeing the statistics block at the
same time.  The 2nd one fixes ethtool -L failing when changing from
combined to non-combined mode or vice versa.  The last one fixes SRIOV
failure on big-endian systems because we were setting a bitmap wrong in
a firmware message.
====================

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