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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jun 2020 14:41:50 +0000 (16:41 +0200)
commit5cbc404409d1bfe5da3da8582fdad34e93f4393d
treecf3cd2b0877ae5ef1c8a8788c902f50d6a31155f
parentcbdbc0f66190561df3473b468e5834b1fef38e72
drivers/net/ibmvnic: Update VNIC protocol version reporting

[ Upstream commit 784688993ebac34dffe44a9f2fabbe126ebfd4db ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/ibm/ibmvnic.c