]> err.no Git - linux-2.6/blobdiff - net/9p/trans_fd.c
sx.c: fix printk warnings on sparc32
[linux-2.6] / net / 9p / trans_fd.c
index 4e8d4e724b96c3c48c82030086df5f0a7c6cb37a..f624dff76852f1881d266320f8ea1362c9a8eb1d 100644 (file)
@@ -1520,7 +1520,7 @@ static int __init p9_trans_fd_init(void)
        v9fs_register_trans(&p9_unix_trans);
        v9fs_register_trans(&p9_fd_trans);
 
-       return 1;
+       return 0;
 }
 
 module_init(p9_trans_fd_init);