From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Tue, 15 Jan 2013 21:00:24 -0500 Subject: [PATCH v3] clk: mvebu/clk-cpu.c: fix memory leakage In-Reply-To: <20130116010143.8920.90024@quantum> References: <1358183892-28928-1-git-send-email-dinggnu@gmail.com> <50F563EC.3030804@free-electrons.com> <20130115152307.GA25615@gmail.com> <20130115153716.GF13433@titan.lakedaemon.net> <50F584F5.6030007@free-electrons.com> <20130115182629.GB7211@gmail.com> <50F5A1A9.2030803@free-electrons.com> <20130115184423.GC7211@gmail.com> <50F5C00B.10108@free-electrons.com> <20130116010143.8920.90024@quantum> Message-ID: <20130116020024.GG25500@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jan 15, 2013 at 05:01:43PM -0800, Mike Turquette wrote: > Quoting Gregory CLEMENT (2013-01-15 12:46:03) > > On 01/15/2013 07:44 PM, Cong Ding wrote: > > > the variable cpuclk and clk_name should be properly freed when error happens. > > Dear Cong Ding, > > > > Thanks for you efforts! > > I am happy with this patch and I tested it on the Armada XP DB board, so > > you can now add my: > > > > Acked-by: Gregory CLEMENT > > > > Mike, > > > > could you take this patch for 3.8-rc fixes? > > > > If you prefer, Jason agrees to take it, but you probably didn't notice it, > > because he uses your former(and no more valid) email when he wrote this. > > > > Acked-by: Mike Turquette > > I don't have an existing clk-fixes branch. This patch is the first fix > I've reviewed for this cycle. I'm happy if you want to take it and > submit as part of any other mvebu fixes you have. Otherwise I can take > it. I'll take it, no problem. Thanks for the Ack Mike, Jason.