Re: [PATCH] regmap: adds missing braces in regmap_init()

2014-04-01 Thread Mark Brown
On Tue, Apr 01, 2014 at 07:46:43PM +0900, Daeseok Youn wrote: > > It need to add curly braces because the inner for "if" has > two statements. Applied, thanks. signature.asc Description: Digital signature

[PATCH] regmap: adds missing braces in regmap_init()

2014-04-01 Thread Daeseok Youn
It need to add curly braces because the inner for "if" has two statements. coccicheck says: drivers/base/regmap/regmap.c:765:2-44: code aligned with following code on line 766 Signed-off-by: Daeseok Youn --- drivers/base/regmap/regmap.c |3 ++- 1 files changed, 2 insertions(+), 1 deletion