RE: [PATCH Resend] regmap: fix _regmap_update_bits()

2014-02-20 Thread li.xi...@freescale.com
> Subject: Re: [PATCH Resend] regmap: fix _regmap_update_bits() > > On Thu, Feb 20, 2014 at 08:50:10AM +0800, Xiubo Li wrote: > > > This resend version just rewrites the commit comment. > > I've applied this but I updated the commit log further - part of the > rea

RE: [PATCH Resend] regmap: fix _regmap_update_bits()

2014-02-20 Thread li.xi...@freescale.com
Subject: Re: [PATCH Resend] regmap: fix _regmap_update_bits() On Thu, Feb 20, 2014 at 08:50:10AM +0800, Xiubo Li wrote: This resend version just rewrites the commit comment. I've applied this but I updated the commit log further - part of the reason this didn't get applied first time

Re: [PATCH Resend] regmap: fix _regmap_update_bits()

2014-02-19 Thread Mark Brown
On Thu, Feb 20, 2014 at 08:50:10AM +0800, Xiubo Li wrote: > This resend version just rewrites the commit comment. I've applied this but I updated the commit log further - part of the reason this didn't get applied first time around was that it says it's a fix but it's actually a coding style

[PATCH Resend] regmap: fix _regmap_update_bits()

2014-02-19 Thread Xiubo Li
Since sometimes the 'config' parameter has no use, it should be NULL. And make the code simplifier. Signed-off-by: Xiubo Li --- This resend version just rewrites the commit comment. drivers/base/regmap/regmap.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH Resend] regmap: fix _regmap_update_bits()

2014-02-19 Thread Xiubo Li
Since sometimes the 'config' parameter has no use, it should be NULL. And make the code simplifier. Signed-off-by: Xiubo Li li.xi...@freescale.com --- This resend version just rewrites the commit comment. drivers/base/regmap/regmap.c | 12 ++-- 1 file changed, 6 insertions(+), 6

Re: [PATCH Resend] regmap: fix _regmap_update_bits()

2014-02-19 Thread Mark Brown
On Thu, Feb 20, 2014 at 08:50:10AM +0800, Xiubo Li wrote: This resend version just rewrites the commit comment. I've applied this but I updated the commit log further - part of the reason this didn't get applied first time around was that it says it's a fix but it's actually a coding style