fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / video / fm2fb.c
index 998374c..70ff55b 100644 (file)
@@ -283,6 +283,7 @@ static int __devinit fm2fb_probe(struct zorro_dev *z,
 
        if (register_framebuffer(info) < 0) {
                fb_dealloc_cmap(&info->cmap);
+               iounmap(info->screen_base);
                framebuffer_release(info);
                zorro_release_device(z);
                return -EINVAL;