From: Daeseok Youn Date: Tue, 1 Apr 2014 10:46:43 +0000 (+0900) Subject: regmap: adds missing braces in regmap_init() X-Git-Tag: v3.15-rc1~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a037c837cb0f9d011cb3ca6e6837989986570c;p=pandora-kernel.git regmap: adds missing braces in regmap_init() 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed