linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / s390 / cio / blacklist.c
index 0960bef..cb8e2e6 100644 (file)
@@ -414,11 +414,11 @@ cio_ignore_proc_init (void)
        entry = create_proc_entry ("cio_ignore", S_IFREG | S_IRUGO | S_IWUSR,
                                   &proc_root);
        if (!entry)
-               return -ENOENT;
+               return 0;
 
        entry->proc_fops = &cio_ignore_proc_fops;
 
-       return 0;
+       return 1;
 }
 
 __initcall (cio_ignore_proc_init);