vserver 1.9.5.x5
[linux-2.6.git] / arch / s390 / kernel / module.c
index a15f297..607d506 100644 (file)
@@ -396,8 +396,7 @@ int module_finalize(const Elf_Ehdr *hdr,
                    const Elf_Shdr *sechdrs,
                    struct module *me)
 {
-       if (me->arch.syminfo)
-               vfree(me->arch.syminfo);
+       vfree(me->arch.syminfo);
        return 0;
 }