diff options
author | root <root@localhost.(none)> | 2008-06-24 23:18:29 +0100 |
---|---|---|
committer | root <root@localhost.(none)> | 2008-06-24 23:18:29 +0100 |
commit | d55629a13d0f287e186e93a4828ef86b36678eba (patch) | |
tree | 34db8ad4f47a6f20d1367d4cbf17511994cfe489 /linux-core | |
parent | 5dbcb7551ff0b2c759f34ca85c30cfa95f33ba09 (diff) |
silence warning
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/intel_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/intel_fb.c b/linux-core/intel_fb.c index 64a8fc94..cbd22ba6 100644 --- a/linux-core/intel_fb.c +++ b/linux-core/intel_fb.c @@ -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 */ |