Merge branch 'drm-radeon-linus' of ../drm-next
[safe/jmp/linux-2.6] / drivers / gpu / drm / radeon / radeon_fb.c
index 3ba213d..d71e346 100644 (file)
@@ -248,7 +248,7 @@ int radeonfb_create(struct drm_device *dev,
        if (ret)
                goto out_unref;
 
-       memset_io(fbptr, 0xff, aligned_size);
+       memset_io(fbptr, 0x0, aligned_size);
 
        strcpy(info->fix.id, "radeondrmfb");