commit | fd3c02531461924853db65f2664db361b53a70d3 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 11 11:34:26 2013 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Wed Dec 18 11:05:44 2013 +1000 |
tree | 05d32f34cf62603af040b16b3f7e44380c7f2478 | |
parent | c84b4356571d8fb34acbc5522b07f256c0347a22 [diff] |
drm/omap: call drm_put_dev directly in ->remove Again omap already sets the driver data pointer to the drm_device. Also drop the driver unregister call, that should be (and already is) done in the module unload hook. Cc: Rob Clark <robdclark@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>