orangefs: Remove redundant initialization of variable ret
[linux-2.6-block.git] / fs / orangefs / super.c
index 2f2e430461b2141cb76d6d1c210d9c7f8bdc7b48..897fb6c3f16134fc1c49e681668c27bcd902f97d 100644 (file)
@@ -475,7 +475,7 @@ struct dentry *orangefs_mount(struct file_system_type *fst,
                           const char *devname,
                           void *data)
 {
-       int ret = -EINVAL;
+       int ret;
        struct super_block *sb = ERR_PTR(-EINVAL);
        struct orangefs_kernel_op_s *new_op;
        struct dentry *d = ERR_PTR(-EINVAL);