Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765173AbZCaXfg (ORCPT ); Tue, 31 Mar 2009 19:35:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764128AbZCaXVu (ORCPT ); Tue, 31 Mar 2009 19:21:50 -0400 Received: from sous-sol.org ([216.99.217.87]:33293 "EHLO x200.localdomain" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1764107AbZCaXVt (ORCPT ); Tue, 31 Mar 2009 19:21:49 -0400 Message-Id: <20090331231656.465301717@sous-sol.org> User-Agent: quilt/0.47-1 Date: Tue, 31 Mar 2009 16:11:17 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , Eugene Teo , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Tony Lindgren , Russell King Subject: [patch 32/45] ARM: twl4030 - leak fix References: <20090331231045.719396245@sous-sol.org> Content-Disposition: inline; filename=arm-twl4030-leak-fix.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1099 Lines: 34 -stable review patch. If anyone has any objections, please let us know. --------------------- From: Alan Cox upstream commit: 803c78e4da28d7d7cb0642caf643b9289ae7838a Trivial error path leak fix. Problem found by Daniel Marjamäki using cppcheck Signed-off-by: Alan Cox Acked-by: Tony Lindgren Signed-off-by: Russell King Signed-off-by: Chris Wright --- arch/arm/mach-omap2/mmc-twl4030.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/arm/mach-omap2/mmc-twl4030.c +++ b/arch/arm/mach-omap2/mmc-twl4030.c @@ -397,6 +397,7 @@ void __init twl4030_mmc_init(struct twl4 break; default: pr_err("MMC%d configuration not supported!\n", c->mmc); + kfree(mmc); continue; } hsmmc_data[c->mmc - 1] = mmc; -- 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/