X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fs390%2Fkernel%2Fmodule.c;h=607d506689c8155cb9762a2824f6be1861460184;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=a15f297dd1c8e1c46e4472863030f0b3abdd9c2f;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/arch/s390/kernel/module.c b/arch/s390/kernel/module.c index a15f297dd..607d50668 100644 --- a/arch/s390/kernel/module.c +++ b/arch/s390/kernel/module.c @@ -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; }