Re: [PATCH] Frees gate after if statement in clk-sunxi.c

2014-06-16 Thread Russell King - ARM Linux
On Sun, Jun 15, 2014 at 11:31:41PM -0400, Nick Krause wrote: > Seems the bug is fixed , don't worry about resent patch. > Thanks Nick > > On Sun, Jun 15, 2014 at 11:21 PM, Nick Krause wrote: > > @@ -42,6 +42,7 @@ static void __init sun4i_osc_clk_setup(struct > > device_node *node) > > u32

Re: [PATCH] Frees gate after if statement in clk-sunxi.c

2014-06-15 Thread Nick Krause
Seems the bug is fixed , don't worry about resent patch. Thanks Nick On Sun, Jun 15, 2014 at 11:21 PM, Nick Krause wrote: > New Patch Just Fixed Typo for my email client. > Signed-off-by: Nick > --- > drivers/clk/sunxi/clk-sunxi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers

Re: [PATCH] Frees gate after if statement in clk-sunxi.c

2014-06-15 Thread Nick Krause
New Patch Just Fixed Typo for my email client. Signed-off-by: Nick --- drivers/clk/sunxi/clk-sunxi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/sunxi/clk-sunxi. c b/drivers/clk/sunxi/clk-sunxi.c index 4264834..6f4fc51 100644 --- a/drivers/clk/sunxi/clk-sunxi.c +++ b/drivers/c

Re: [PATCH] Frees gate after if statement in clk-sunxi.c

2014-06-15 Thread Maxime Ripard
On Sat, Jun 14, 2014 at 02:11:48PM -0400, Nick wrote: > Signed-off-by: Nick This should be your full real name here. > --- > drivers/clk/sunxi/clk-sunxi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c > index 4264834..6f4

Re: [PATCH] Frees gate after if statement in clk-sunxi.c

2014-06-14 Thread Adam Baker
On 14/06/14 19:11, Nick wrote: Signed-off-by: Nick --- drivers/clk/sunxi/clk-sunxi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c index 4264834..6f4fc51 100644 --- a/drivers/clk/sunxi/clk-sunxi.c +++ b/drivers/clk/sunxi/clk-

Re: [PATCH] Frees gate after if statement in clk-sunxi.c

2014-06-14 Thread Sergei Shtylyov
On 06/14/2014 10:11 PM, Nick wrote: Signed-off-by: Nick --- drivers/clk/sunxi/clk-sunxi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c index 4264834..6f4fc51 100644 --- a/drivers/clk/sunxi/clk-sunxi.c +++ b/drivers/clk/su

[PATCH] Frees gate after if statement in clk-sunxi.c

2014-06-14 Thread Nick
Signed-off-by: Nick --- drivers/clk/sunxi/clk-sunxi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c index 4264834..6f4fc51 100644 --- a/drivers/clk/sunxi/clk-sunxi.c +++ b/drivers/clk/sunxi/clk-sunxi.c @@ -42,6 +42,7 @@ static vo