Skip to content

Commit

Permalink
drm/cirrus: add missing drm_connector_register call
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
  • Loading branch information
kraxel authored and airlied committed Sep 20, 2014
1 parent 235e6de commit c526709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/cirrus/cirrus_mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ static struct drm_connector *cirrus_vga_init(struct drm_device *dev)

drm_connector_helper_add(connector, &cirrus_vga_connector_helper_funcs);

drm_connector_register(connector);
return connector;
}

Expand Down

0 comments on commit c526709

Please sign in to comment.