s390/hypfs: no need to check return value of debugfs_create functions
[sfrench/cifs-2.6.git] / arch / s390 / hypfs / hypfs_vm.c
index c4b7b681e0554eecf0e459be2f350046ce2356fd..42f2375c203edc9a44016d6f42dee30c8b232ad9 100644 (file)
@@ -279,7 +279,8 @@ int hypfs_vm_init(void)
                guest_query = local_guest;
        else
                return -EACCES;
-       return hypfs_dbfs_create_file(&dbfs_file_2fc);
+       hypfs_dbfs_create_file(&dbfs_file_2fc);
+       return 0;
 }
 
 void hypfs_vm_exit(void)