enic: organize device initialization/deinit into separate functions
authorScott Feldman <scofeldm@cisco.com>
Thu, 3 Sep 2009 17:02:45 +0000 (17:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Sep 2009 03:19:25 +0000 (20:19 -0700)
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>

No differences found