Re: [PATCH 2/2] gpio: pca953x: use managed resources

2013-01-28 Thread Russell King - ARM Linux
On Mon, Jan 28, 2013 at 11:17:48AM +0100, Linus Walleij wrote:
> On Fri, Jan 25, 2013 at 5:59 PM, Gregory CLEMENT
>  wrote:
> 
> > From: Linus Walleij 
> >
> > Using the devm_* managed resources the pca driver can be simplified
> > and cut down on boilerplate code.
> >
> > [gcl: fixed a inccorect reference to a removed label, "goto fail_out"
> > became "return ret"]
> 
> Oh now "gcl" means both Grant C. Likely and Gregory CLement :-)

I'd say gcl means Grant C. Likely.  gc would be Gregory Clement.
Initials. :)  Using anything else results in yet more many namespace
clashes.

Maybe we should switch to a numeric namespace instead? :)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] gpio: pca953x: use managed resources

2013-01-28 Thread Linus Walleij
On Fri, Jan 25, 2013 at 5:59 PM, Gregory CLEMENT
 wrote:

> From: Linus Walleij 
>
> Using the devm_* managed resources the pca driver can be simplified
> and cut down on boilerplate code.
>
> [gcl: fixed a inccorect reference to a removed label, "goto fail_out"
> became "return ret"]

Oh now "gcl" means both Grant C. Likely and Gregory CLement :-)

> Signed-off-by: Linus Walleij 
> Signed-off-by: Gregory CLEMENT 

Patch applied, thanks!

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] gpio: pca953x: use managed resources

2013-01-28 Thread Linus Walleij
On Fri, Jan 25, 2013 at 5:59 PM, Gregory CLEMENT
gregory.clem...@free-electrons.com wrote:

 From: Linus Walleij linus.wall...@linaro.org

 Using the devm_* managed resources the pca driver can be simplified
 and cut down on boilerplate code.

 [gcl: fixed a inccorect reference to a removed label, goto fail_out
 became return ret]

Oh now gcl means both Grant C. Likely and Gregory CLement :-)

 Signed-off-by: Linus Walleij linus.wall...@linaro.org
 Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com

Patch applied, thanks!

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/2] gpio: pca953x: use managed resources

2013-01-28 Thread Russell King - ARM Linux
On Mon, Jan 28, 2013 at 11:17:48AM +0100, Linus Walleij wrote:
 On Fri, Jan 25, 2013 at 5:59 PM, Gregory CLEMENT
 gregory.clem...@free-electrons.com wrote:
 
  From: Linus Walleij linus.wall...@linaro.org
 
  Using the devm_* managed resources the pca driver can be simplified
  and cut down on boilerplate code.
 
  [gcl: fixed a inccorect reference to a removed label, goto fail_out
  became return ret]
 
 Oh now gcl means both Grant C. Likely and Gregory CLement :-)

I'd say gcl means Grant C. Likely.  gc would be Gregory Clement.
Initials. :)  Using anything else results in yet more many namespace
clashes.

Maybe we should switch to a numeric namespace instead? :)
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/