Re: [PATCH 1/3] gpio-langwell: cleanup driver

2012-12-20 Thread Grant Likely
On Thu, Dec 20, 2012 at 9:35 PM, David Cohen wrote: > On 12/19/2012 05:18 PM, Grant Likely wrote: >> On Tue, 18 Dec 2012 17:52:11 -0800, David Cohen >>> @@ -215,19 +217,14 @@ static int lnw_irq_type(struct irq_data *d, >>> unsigned type) >>> return 0; >>> } >>> -static void

Re: [PATCH 1/3] gpio-langwell: cleanup driver

2012-12-20 Thread David Cohen
On 12/19/2012 05:18 PM, Grant Likely wrote: On Tue, 18 Dec 2012 17:52:11 -0800, David Cohen wrote: This patch cleans up cosmetic issues, remove useless functions and add to_lnw_priv() macro to replace many usages of container_of(). Change-Id: I70a8fadd20a42493271d91633739bdddff19c8d8

Re: [PATCH 1/3] gpio-langwell: cleanup driver

2012-12-20 Thread David Cohen
On 12/19/2012 05:18 PM, Grant Likely wrote: On Tue, 18 Dec 2012 17:52:11 -0800, David Cohen david.a.co...@intel.com wrote: This patch cleans up cosmetic issues, remove useless functions and add to_lnw_priv() macro to replace many usages of container_of(). Change-Id:

Re: [PATCH 1/3] gpio-langwell: cleanup driver

2012-12-20 Thread Grant Likely
On Thu, Dec 20, 2012 at 9:35 PM, David Cohen david.a.co...@intel.com wrote: On 12/19/2012 05:18 PM, Grant Likely wrote: On Tue, 18 Dec 2012 17:52:11 -0800, David Cohen david.a.co...@intel.com @@ -215,19 +217,14 @@ static int lnw_irq_type(struct irq_data *d, unsigned type) return 0;

Re: [PATCH 1/3] gpio-langwell: cleanup driver

2012-12-19 Thread Grant Likely
On Tue, 18 Dec 2012 17:52:11 -0800, David Cohen wrote: > This patch cleans up cosmetic issues, remove useless functions and add > to_lnw_priv() macro to replace many usages of container_of(). > > Change-Id: I70a8fadd20a42493271d91633739bdddff19c8d8 > Signed-off-by: David Cohen Hi David.

Re: [PATCH 1/3] gpio-langwell: cleanup driver

2012-12-19 Thread Grant Likely
On Tue, 18 Dec 2012 17:52:11 -0800, David Cohen david.a.co...@intel.com wrote: This patch cleans up cosmetic issues, remove useless functions and add to_lnw_priv() macro to replace many usages of container_of(). Change-Id: I70a8fadd20a42493271d91633739bdddff19c8d8 Signed-off-by: David Cohen

[PATCH 1/3] gpio-langwell: cleanup driver

2012-12-18 Thread David Cohen
This patch cleans up cosmetic issues, remove useless functions and add to_lnw_priv() macro to replace many usages of container_of(). Change-Id: I70a8fadd20a42493271d91633739bdddff19c8d8 Signed-off-by: David Cohen --- drivers/gpio/gpio-langwell.c | 64 ++

[PATCH 1/3] gpio-langwell: cleanup driver

2012-12-18 Thread David Cohen
This patch cleans up cosmetic issues, remove useless functions and add to_lnw_priv() macro to replace many usages of container_of(). Change-Id: I70a8fadd20a42493271d91633739bdddff19c8d8 Signed-off-by: David Cohen david.a.co...@intel.com --- drivers/gpio/gpio-langwell.c | 64