diff options
| author | Jyri Sarha <jsarha@ti.com> | 2016-10-17 17:32:36 -0400 |
|---|---|---|
| committer | Jyri Sarha <jsarha@ti.com> | 2016-11-29 14:03:18 -0500 |
| commit | 15d704e53c7d870f58558839eadfca7bcb8de5f5 (patch) | |
| tree | 76ab1c8a25b8691d1db1fabfa988bc5706d2797b /drivers/gpu/drm/tilcdc/tilcdc_panel.c | |
| parent | d701453bd50910abfbd9b695165068dd8c4cffdf (diff) | |
drm/tilcdc: Remove obsolete drm_connector_register() calls
Remove obsolete drm_connector_register() calls from tilcdc_panel.c and
tilcdc_tfp410.c. All connectors are registered when drm_dev_register()
is called.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_panel.c')
| -rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_panel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc/tilcdc_panel.c index 2134bb20fbe9..ad7a0e8ea5f4 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_panel.c | |||
| @@ -240,8 +240,6 @@ static struct drm_connector *panel_connector_create(struct drm_device *dev, | |||
| 240 | if (ret) | 240 | if (ret) |
| 241 | goto fail; | 241 | goto fail; |
| 242 | 242 | ||
| 243 | drm_connector_register(connector); | ||
| 244 | |||
| 245 | return connector; | 243 | return connector; |
| 246 | 244 | ||
| 247 | fail: | 245 | fail: |
