drm/omap: Don't pass display pointer to encoder init function
The display isn't used by the encoder implementation, don't pass it to the initialization function and store it internally needlessly. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Tested-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:

committed by
Tomi Valkeinen

parent
40e5f937d5
commit
79d11e96e3
@@ -296,7 +296,7 @@ static int omap_modeset_init(struct drm_device *dev)
|
||||
struct drm_encoder *encoder;
|
||||
struct drm_crtc *crtc;
|
||||
|
||||
encoder = omap_encoder_init(dev, pipe->output, display);
|
||||
encoder = omap_encoder_init(dev, pipe->output);
|
||||
if (!encoder)
|
||||
return -ENOMEM;
|
||||
|
||||
|
Reference in New Issue
Block a user