Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
[pandora-kernel.git] / drivers / gpu / drm / tilcdc / tilcdc_drv.c
index f854682..095fca9 100644 (file)
@@ -58,8 +58,7 @@ static struct drm_framebuffer *tilcdc_fb_create(struct drm_device *dev,
 static void tilcdc_fb_output_poll_changed(struct drm_device *dev)
 {
        struct tilcdc_drm_private *priv = dev->dev_private;
-       if (priv->fbdev)
-               drm_fbdev_cma_hotplug_event(priv->fbdev);
+       drm_fbdev_cma_hotplug_event(priv->fbdev);
 }
 
 static const struct drm_mode_config_funcs mode_config_funcs = {