ibmvnic: Move initialization of the stats token to ibmvnic_open
authorNathan Fontenot <nfont@linux.vnet.ibm.com>
Fri, 21 Apr 2017 19:38:58 +0000 (15:38 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Apr 2017 16:52:13 +0000 (12:52 -0400)
commit5d5e84eb7276d30a21257515a83b34d1ef77f99b
tree391a6afd42f0a2a2a9846bc8bb56e5912dcaac15
parent2f9de9bac625ae08e9ea132e8dc08cfbe9fb67d2
ibmvnic: Move initialization of the stats token to ibmvnic_open

We should be initializing the stats token in the same place we
initialize the other resources for the driver.

Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c