md: don't reset curr_resync_completed after an interrupted resync
[safe/jmp/linux-2.6] / drivers / video / w100fb.c
index 8a141c2..2376f68 100644 (file)
@@ -748,8 +748,6 @@ int __init w100fb_probe(struct platform_device *pdev)
                goto out;
        }
 
-       w100fb_set_par(info);
-
        if (register_framebuffer(info) < 0) {
                err = -EINVAL;
                goto out;