Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-27 Thread Boris BREZILLON
On 27/02/2014 03:02, Mike Turquette wrote: Quoting Boris BREZILLON (2014-02-15 09:08:12) Hi Mike, Could you take this patch for the next 3.14 release ? Taken in for the next batch of fixes. Thanks. Regards, Mike Best Regards, Boris On 11/02/2014 14:18, Boris BREZILLON wrote: On

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-27 Thread Boris BREZILLON
On 27/02/2014 03:02, Mike Turquette wrote: Quoting Boris BREZILLON (2014-02-15 09:08:12) Hi Mike, Could you take this patch for the next 3.14 release ? Taken in for the next batch of fixes. Thanks. Regards, Mike Best Regards, Boris On 11/02/2014 14:18, Boris BREZILLON wrote: On

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-26 Thread Mike Turquette
Quoting Boris BREZILLON (2014-02-15 09:08:12) > Hi Mike, > > Could you take this patch for the next 3.14 release ? Taken in for the next batch of fixes. Regards, Mike > > Best Regards, > > Boris > > On 11/02/2014 14:18, Boris BREZILLON wrote: > > On 11/02/2014 14:15, Masanari Iida wrote: >

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-26 Thread Mike Turquette
Quoting Boris BREZILLON (2014-02-15 09:08:12) Hi Mike, Could you take this patch for the next 3.14 release ? Taken in for the next batch of fixes. Regards, Mike Best Regards, Boris On 11/02/2014 14:18, Boris BREZILLON wrote: On 11/02/2014 14:15, Masanari Iida wrote: cppcheck

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-15 Thread Boris BREZILLON
Hi Mike, Could you take this patch for the next 3.14 release ? Best Regards, Boris On 11/02/2014 14:18, Boris BREZILLON wrote: On 11/02/2014 14:15, Masanari Iida wrote: cppcheck detected following error [clk-master.c:245]: (error) Memory leak: characteristics The original code forgot to

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-15 Thread Alexandre Belloni
On 11/02/2014 at 22:15:07 +0900, Masanari Iida wrote : > cppcheck detected following error > [clk-master.c:245]: (error) Memory leak: characteristics > > The original code forgot to free characteristics when > irq_of_parse_and_map() failed. > > Signed-off-by: Masanari Iida Acked-by: Alexandre

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-15 Thread Alexandre Belloni
On 11/02/2014 at 22:15:07 +0900, Masanari Iida wrote : cppcheck detected following error [clk-master.c:245]: (error) Memory leak: characteristics The original code forgot to free characteristics when irq_of_parse_and_map() failed. Signed-off-by: Masanari Iida standby2...@gmail.com

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-15 Thread Boris BREZILLON
Hi Mike, Could you take this patch for the next 3.14 release ? Best Regards, Boris On 11/02/2014 14:18, Boris BREZILLON wrote: On 11/02/2014 14:15, Masanari Iida wrote: cppcheck detected following error [clk-master.c:245]: (error) Memory leak: characteristics The original code forgot to

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-11 Thread Boris BREZILLON
On 11/02/2014 14:15, Masanari Iida wrote: cppcheck detected following error [clk-master.c:245]: (error) Memory leak: characteristics The original code forgot to free characteristics when irq_of_parse_and_map() failed. Signed-off-by: Masanari Iida Acked-by Boris BREZILLON Thanks for fixing

[PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-11 Thread Masanari Iida
cppcheck detected following error [clk-master.c:245]: (error) Memory leak: characteristics The original code forgot to free characteristics when irq_of_parse_and_map() failed. Signed-off-by: Masanari Iida --- drivers/clk/at91/clk-master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-11 Thread Masanari Iida
cppcheck detected following error [clk-master.c:245]: (error) Memory leak: characteristics The original code forgot to free characteristics when irq_of_parse_and_map() failed. Signed-off-by: Masanari Iida standby2...@gmail.com --- drivers/clk/at91/clk-master.c | 2 +- 1 file changed, 1

Re: [PATCH] clk:at91: Fix memory leak in of_at91_clk_master_setup()

2014-02-11 Thread Boris BREZILLON
On 11/02/2014 14:15, Masanari Iida wrote: cppcheck detected following error [clk-master.c:245]: (error) Memory leak: characteristics The original code forgot to free characteristics when irq_of_parse_and_map() failed. Signed-off-by: Masanari Iida standby2...@gmail.com Acked-by Boris BREZILLON