drivers/net/ibmvnic: Update VNIC protocol version reporting
authorThomas Falcon <tlfalcon@linux.ibm.com>
Thu, 28 May 2020 16:19:17 +0000 (11:19 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 May 2020 00:20:59 +0000 (17:20 -0700)
commit784688993ebac34dffe44a9f2fabbe126ebfd4db
treee597cf4432a484fa8c98c6e7aa2d3bb8ad2f97d8
parent3decabdc714ca56c944f4669b4cdec5c2c1cea23
drivers/net/ibmvnic: Update VNIC protocol version reporting

VNIC protocol version is reported in big-endian format, but it
is not byteswapped before logging. Fix that, and remove version
comparison as only one protocol version exists at this time.

Signed-off-by: Thomas Falcon <tlfalcon@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c