Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261288AbVAaR5t (ORCPT ); Mon, 31 Jan 2005 12:57:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261296AbVAaR5t (ORCPT ); Mon, 31 Jan 2005 12:57:49 -0500 Received: from mtagate3.de.ibm.com ([195.212.29.152]:54246 "EHLO mtagate3.de.ibm.com") by vger.kernel.org with ESMTP id S261288AbVAaR5i (ORCPT ); Mon, 31 Jan 2005 12:57:38 -0500 Date: Mon, 31 Jan 2005 18:57:26 +0100 From: Martin Schwidefsky To: akpm@osdl.org, linux-kernel@vger.kernel.org Subject: [patch 2/8] s390: vfree checking cleanup. Message-ID: <20050131175726.GB7940@mschwid3.boeblingen.de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 32 [patch 2/8] s390: vfree checking cleanup. From: James Lamanna arch/s390/kernel/module.c vfree() checking cleanup. Signed-off-by: James Lamanna Signed-off-by: Domen Puncer Signed-off-by: Martin Schwidefsky diffstat: arch/s390/kernel/module.c | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -urN linux-2.6/arch/s390/kernel/module.c linux-2.6-patched/arch/s390/kernel/module.c --- linux-2.6/arch/s390/kernel/module.c 2004-12-24 22:35:27.000000000 +0100 +++ linux-2.6-patched/arch/s390/kernel/module.c 2005-01-31 18:51:20.000000000 +0100 @@ -396,8 +396,7 @@ const Elf_Shdr *sechdrs, struct module *me) { - if (me->arch.syminfo) - vfree(me->arch.syminfo); + vfree(me->arch.syminfo); return 0; } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/