ethernet: amd: move amd111e_remove_one after probe
authorVarka Bhadram <varkab@cdac.in>
Mon, 14 Jul 2014 08:39:04 +0000 (14:09 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jul 2014 02:14:15 +0000 (19:14 -0700)
commit43519e60ef8020e7b4f99d20b6663fab50af21dc
treee9c29f161c9538b5f9af0f5a80a0fdf195e5338f
parent30c9e022c520b8a01cc1b59abe480fad4436472b
ethernet: amd: move amd111e_remove_one after probe

This patch moves the remove functionalities after the probe
so that we can see the registered and released resources properly.
Every driver follows the same concept.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/amd8111e.c