Re: [PATCH] MIPS: drivers: fix clk leak

2013-05-17 Thread John Crispin
On 17/05/13 08:21, Libo Chen wrote: when gptu_r32 fail, we should put clk before return Signed-off-by: Libo Chen Acked-by: John Crispin --- arch/mips/lantiq/xway/gptu.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/mips/lantiq/xway/gptu.c

[PATCH] MIPS: drivers: fix clk leak

2013-05-17 Thread Libo Chen
when gptu_r32 fail, we should put clk before return Signed-off-by: Libo Chen --- arch/mips/lantiq/xway/gptu.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/mips/lantiq/xway/gptu.c b/arch/mips/lantiq/xway/gptu.c index 9861c86..4fa577c 100644 ---

[PATCH] MIPS: drivers: fix clk leak

2013-05-17 Thread Libo Chen
when gptu_r32 fail, we should put clk before return Signed-off-by: Libo Chen libo.c...@huawei.com --- arch/mips/lantiq/xway/gptu.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/mips/lantiq/xway/gptu.c b/arch/mips/lantiq/xway/gptu.c index 9861c86..4fa577c 100644

Re: [PATCH] MIPS: drivers: fix clk leak

2013-05-17 Thread John Crispin
On 17/05/13 08:21, Libo Chen wrote: when gptu_r32 fail, we should put clk before return Signed-off-by: Libo Chenlibo.c...@huawei.com Acked-by: John Crispin blo...@openwrt.org --- arch/mips/lantiq/xway/gptu.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git