commit | 6fdfa97073a2bcbb60d900654c612b2ff09b9cb7 | [log] [tgz] |
---|---|---|
author | Scott Feldman <scofeldm@cisco.com> | Thu Sep 03 17:02:45 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 03 20:19:25 2009 -0700 |
tree | 3297813813e0a1a82664e13b52cbc79ecb36ae92 | |
parent | 491598a44f12fe8b862ab4123de1a1ffe9b86832 [diff] |
enic: organize device initialization/deinit into separate functions To unclutter probe() a little bit, put all device initialization code in one spot and device deinit code in another spot. Also remove unused rq->buf_index variable/func. Signed-off-by: Scott Feldman <scofeldm@cisco.com> Signed-off-by: David S. Miller <davem@davemloft.net>