[IB] umad: Fix device lifetime problems
authorRoland Dreier <rolandd@cisco.com>
Fri, 28 Oct 2005 22:37:23 +0000 (15:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 28 Oct 2005 22:37:23 +0000 (15:37 -0700)
Move ib_umad module to using cdev_alloc() and class_device_create() so
that we can handle device lifetime properly.  Now we can make sure we
keep all of our data structures around until the last way to reach
them is gone.

Signed-off-by: Roland Dreier <rolandd@cisco.com>

No differences found