commit | e7f7ab45ebcb54fd5f814ea15ea079e079662f67 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Fri Nov 28 13:43:47 2008 +1000 |
committer | Dave Airlie <airlied@linux.ie> | Mon Dec 29 17:47:21 2008 +1000 |
tree | 53e8206501c0b7a00831ea084b52664f7899d1c0 | |
parent | 4a6908a3a050aacc9c3a2f36b276b46c0629ad91 [diff] |
drm: cleanup exit path for module unload The current sub-module unload exit path is a mess, it tries to abuse the idr. Just keep a list of devices per driver struct and free them in-order on rmmod. Signed-off-by: Dave Airlie <airlied@redhat.com>