]> git.karo-electronics.de Git - mv-sheeva.git/commit
drm/i915: Fix unload after failed initialisation
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 8 Nov 2010 17:10:29 +0000 (17:10 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 8 Nov 2010 21:10:01 +0000 (21:10 +0000)
commit56e2ea346ab4c2ea159ecdec85fffc24f50c2903
tree7bedc9930635e138fa9a18c50aaf92a45d921639
parent374c479bef7ecd2b41d6dd6e24aa21d73b3afae5
drm/i915: Fix unload after failed initialisation

If modeset init failed we attempted to unload the module, before we
finished setting it up and so triggered various oopses.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_dma.c