Merge branch 'qed-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 May 2017 19:17:22 +0000 (15:17 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 May 2017 19:17:22 +0000 (15:17 -0400)
commit2a7f38c53857d03431897dc97ca83c0af459b7fd
treea82149c34e760373067cddebc970211940b9637d
parent417ccf6b5bc3f1a390505d5ef65ec17f10e8b29a
parent712c3cbf193fcadf0ba67da61432beb1a71e400b
Merge branch 'qed-next'

Yuval Mintz says:

====================
qed/qede: Mostly-cleanup series

This series contains some cleanup of the qed and qede code:
 - #1 contains mostly static/endian changes in order to allow qede to
   pass sparse compilation cleanly.
 - #2, #5 and #6 are either semantic or remove dead-code from driver.
 - #9, #10 and #11 relate to printing and slightly change some APIs
   between qed and the protocol drivers for that end [sharing the
   interface names and information regarding device].

The rest of the patches are minor changes/fixes to various flows
in qed.
====================

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