silence warning
authorroot <root@localhost.(none)>
Tue, 24 Jun 2008 22:18:29 +0000 (23:18 +0100)
committerroot <root@localhost.(none)>
Tue, 24 Jun 2008 22:18:29 +0000 (23:18 +0100)
linux-core/intel_fb.c

index 64a8fc9..cbd22ba 100644 (file)
@@ -882,7 +882,7 @@ static int intelfb_single_fb_probe(struct drm_device *dev)
        struct intel_framebuffer *intel_fb;
        struct fb_info *info;
        struct intelfb_par *par;
-       struct drm_mode_set *modeset;
+       struct drm_mode_set *modeset = NULL;
 
        DRM_DEBUG("\n");
        /* first up get a count of crtcs now in use and new min/maxes width/heights */