diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_plane.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_plane.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_plane.c b/drivers/gpu/drm/omapdrm/omap_plane.c index 2160f64548e0..b92a8f1d0155 100644 --- a/drivers/gpu/drm/omapdrm/omap_plane.c +++ b/drivers/gpu/drm/omapdrm/omap_plane.c | |||
| @@ -291,7 +291,7 @@ struct drm_plane *omap_plane_init(struct drm_device *dev, | |||
| 291 | 291 | ||
| 292 | ret = drm_universal_plane_init(dev, plane, possible_crtcs, | 292 | ret = drm_universal_plane_init(dev, plane, possible_crtcs, |
| 293 | &omap_plane_funcs, formats, | 293 | &omap_plane_funcs, formats, |
| 294 | nformats, type, NULL); | 294 | nformats, NULL, type, NULL); |
| 295 | if (ret < 0) | 295 | if (ret < 0) |
| 296 | goto error; | 296 | goto error; |
| 297 | 297 | ||
