nfp: reorder open and close functions
authorJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 6 Jun 2017 00:01:42 +0000 (17:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Jun 2017 16:51:37 +0000 (12:51 -0400)
commitd00ca2f3783b97c936f2a3df9dd0fabf4c0a8290
treeb2414456bd4cc5e29cac6880dea528ff0cb65f30
parent2b30842b23b9e6796c7bd5f0916fd2ebf6b7d633
nfp: reorder open and close functions

We will soon reuse parts of .ndo_stop() for clean up after errors
in .ndo_open().  Reorder the associated functions to make that possible.

No functional changes.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/netronome/nfp/nfp_net_common.c