diff options
author | Dave Airlie <airlied@linux.ie> | 2008-05-08 16:10:26 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-05-08 16:10:26 +1000 |
commit | 19abd5c1ac3456e67241fbd2d8cd08148d6de9f9 (patch) | |
tree | 982dd3e6f1bc14f15f0ed1dc2b00d06204a7d493 | |
parent | 74a49aea6104ebea7525a04760ef21646a3ffaf4 (diff) |
drm: set crtc->fb to NULL
-rw-r--r-- | linux-core/intel_fb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-core/intel_fb.c b/linux-core/intel_fb.c index 7c4b0632..63491b61 100644 --- a/linux-core/intel_fb.c +++ b/linux-core/intel_fb.c @@ -763,6 +763,7 @@ int intelfb_remove(struct drm_device *dev, struct drm_crtc *crtc) drm_framebuffer_destroy(fb); framebuffer_release(info); } + crtc->fb = NULL; return 0; } EXPORT_SYMBOL(intelfb_remove); |