diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_crtc.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_crtc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers/gpu/drm/omapdrm/omap_crtc.c index ad09590e8a46..2ed0754ed19e 100644 --- a/drivers/gpu/drm/omapdrm/omap_crtc.c +++ b/drivers/gpu/drm/omapdrm/omap_crtc.c @@ -524,7 +524,7 @@ struct drm_crtc *omap_crtc_init(struct drm_device *dev,  	omap_crtc->mgr = omap_dss_get_overlay_manager(channel);  	ret = drm_crtc_init_with_planes(dev, crtc, plane, NULL, -					&omap_crtc_funcs); +					&omap_crtc_funcs, NULL);  	if (ret < 0) {  		kfree(omap_crtc);  		return NULL; | 
