[PATCH 05/50] drm/omap: call drm_put_dev directly in ->remove

2013-12-11 Thread Daniel Vetter
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 Signed-off-by: Daniel Vetter --- drivers/gpu/drm/omapdrm/omap_drv.c | 4 ++-- 1 file changed, 2 insertions(+),

[PATCH 05/50] drm/omap: call drm_put_dev directly in ->remove

2013-12-11 Thread Rob Clark
On Wed, Dec 11, 2013 at 5:34 AM, Daniel Vetter wrote: > 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. umm.. there are two devices+drivers at play in there. The dmm/t