summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinliang Liu <xinliang.liu@linaro.org>2016-05-03 16:45:23 +0800
committerGuodong Xu <guodong.xu@linaro.org>2017-05-24 17:31:59 +0800
commit2a8ca728d13e0eb11852e3ecfab2e0917acb0d62 (patch)
treee4cad54c41087e5f59996a5c7b012fafc4f3e83d
parent695d5242e5fa7cc6ea06e65630e0e61908e5d58a (diff)
fix: remove adv7511 connector register
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
-rw-r--r--drivers/gpu/drm/i2c/adv7511.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i2c/adv7511.c b/drivers/gpu/drm/i2c/adv7511.c
index 016d1561c631..2addd97fae8a 100644
--- a/drivers/gpu/drm/i2c/adv7511.c
+++ b/drivers/gpu/drm/i2c/adv7511.c
@@ -1168,7 +1168,6 @@ static int adv7533_bridge_attach(struct drm_bridge *bridge)
}
drm_connector_helper_add(&adv->connector,
&adv7533_connector_helper_funcs);
- drm_connector_register(&adv->connector);
drm_mode_connector_attach_encoder(&adv->connector, adv->encoder);
#if HPD_ENABLE