Re: [PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Thierry Reding
On Sat, Feb 16, 2013 at 08:54:32PM +0100, Johannes Thumshirn wrote: > Always use to_twl() for converting into private data instead of container_of() > > Signed-off-by: Johannes Thumshirn > --- > drivers/pwm/pwm-twl.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) I've squashed

[PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Johannes Thumshirn
Always use to_twl() for converting into private data instead of container_of() Signed-off-by: Johannes Thumshirn --- drivers/pwm/pwm-twl.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pwm/pwm-twl.c b/drivers/pwm/pwm-twl.c index a34c235..9cd2c9a 100644 ---

Re: [PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Johannes Thumshirn
On Sat, Feb 16, 2013 at 07:56:18PM +0100, Thierry Reding wrote: > On Sat, Feb 16, 2013 at 07:20:51PM +0100, Johannes Thumshirn wrote: > > In twl6030_pwm_disable() use to_twl() instead of container_of() like in the > > rest of the driver. > > > > Signed-off-by: Johannes Thumshirn > > --- > >

Re: [PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Thierry Reding
On Sat, Feb 16, 2013 at 07:20:51PM +0100, Johannes Thumshirn wrote: > In twl6030_pwm_disable() use to_twl() instead of container_of() like in the > rest of the driver. > > Signed-off-by: Johannes Thumshirn > --- > drivers/pwm/pwm-twl.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Johannes Thumshirn
In twl6030_pwm_disable() use to_twl() instead of container_of() like in the rest of the driver. Signed-off-by: Johannes Thumshirn --- drivers/pwm/pwm-twl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pwm/pwm-twl.c b/drivers/pwm/pwm-twl.c index f783efc..a34c235

[PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Johannes Thumshirn
In twl6030_pwm_disable() use to_twl() instead of container_of() like in the rest of the driver. Signed-off-by: Johannes Thumshirn morbid...@gmail.com --- drivers/pwm/pwm-twl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/pwm/pwm-twl.c b/drivers/pwm/pwm-twl.c

Re: [PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Thierry Reding
On Sat, Feb 16, 2013 at 07:20:51PM +0100, Johannes Thumshirn wrote: In twl6030_pwm_disable() use to_twl() instead of container_of() like in the rest of the driver. Signed-off-by: Johannes Thumshirn morbid...@gmail.com --- drivers/pwm/pwm-twl.c | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Johannes Thumshirn
On Sat, Feb 16, 2013 at 07:56:18PM +0100, Thierry Reding wrote: On Sat, Feb 16, 2013 at 07:20:51PM +0100, Johannes Thumshirn wrote: In twl6030_pwm_disable() use to_twl() instead of container_of() like in the rest of the driver. Signed-off-by: Johannes Thumshirn morbid...@gmail.com ---

[PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Johannes Thumshirn
Always use to_twl() for converting into private data instead of container_of() Signed-off-by: Johannes Thumshirn morbid...@gmail.com --- drivers/pwm/pwm-twl.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pwm/pwm-twl.c b/drivers/pwm/pwm-twl.c index

Re: [PATCH] pwm: twl: Use to_twl() instead of container_of()

2013-02-16 Thread Thierry Reding
On Sat, Feb 16, 2013 at 08:54:32PM +0100, Johannes Thumshirn wrote: Always use to_twl() for converting into private data instead of container_of() Signed-off-by: Johannes Thumshirn morbid...@gmail.com --- drivers/pwm/pwm-twl.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-)