commit | 43519e60ef8020e7b4f99d20b6663fab50af21dc | [log] [tgz] |
---|---|---|
author | Varka Bhadram <varkab@cdac.in> | Mon Jul 14 14:09:04 2014 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 14 19:14:15 2014 -0700 |
tree | e9c29f161c9538b5f9af0f5a80a0fdf195e5338f | |
parent | 30c9e022c520b8a01cc1b59abe480fad4436472b [diff] |
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>