commit | b1a3c2b698ec333edc86bf8b5a636162ca309870 | [log] [tgz] |
---|---|---|
author | Dimitris Michailidis <dm@chelsio.com> | Tue Dec 14 21:36:51 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 16 13:16:02 2010 -0800 |
tree | d3d6c15741571760a264248ae76a72cb84accdb2 | |
parent | ba27816cd8167c64652406d86ca78bcc5989f20f [diff] |
cxgb4: remove the name field from the adapter structure Remove a field the driver uses to keep track of the name of the first netdev it manages to register. Do this by changing the registration loop to stop the first time it fails so the first registered device is trivial to tell. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>