From: Roland Dreier Date: Fri, 28 Oct 2005 22:37:23 +0000 (-0700) Subject: [IB] umad: Fix device lifetime problems X-Git-Tag: v2.6.15-rc1~731^2~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74968f8c3b1166cfe0942901b56165f06ab6f60;p=pandora-kernel.git [IB] umad: Fix device lifetime problems 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 --- Reading git-diff-tree failed