net/netvsc: remove unnecessary format of MAC address
authorStephen Hemminger <sthemmin@microsoft.com>
Fri, 8 Feb 2019 03:44:07 +0000 (19:44 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 29 Mar 2019 12:44:49 +0000 (13:44 +0100)
commit2b9cee18d69b5baf3cfdd9ce7932461c6e02abfe
tree8309d3134e35ae7e9519c8388636c2b496254c3c
parent2528d17199643388ba924a531dc6dcc4c66cfecf
net/netvsc: remove unnecessary format of MAC address

The ethernet address was being converted to a string but
the code using that is no longer present.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
drivers/net/netvsc/hn_vf.c