drm/sun4i: Remove redundant call to drm_connector_unregister_all()
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 13 Jul 2016 16:39:06 +0000 (17:39 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 19 Jul 2016 08:04:34 +0000 (10:04 +0200)
commitdc96fe4f85507e0423a0f9749ac3eea45d6dbc9b
treef9cab5aed4421b21f9f8be4deceaef7e2ae5eab8
parent2383050f6a3a2e00636eabfcf66445af653ddd80
drm/sun4i: Remove redundant call to drm_connector_unregister_all()

drm_connector_unregister_all() is automatically called by
drm_dev_unregister() and so the manual call can be dropped.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Chen-Yu Tsai <wens@csie.org>
Cc: dri-devel@lists.freedesktop.org
Cc: linux-arm-kernel@lists.infradead.org
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1468427947-28037-1-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/sun4i/sun4i_drv.c
This page took 0.026428 seconds and 5 git commands to generate.