From a7a037c837cb0f9d011cb3ca6e6837989986570c Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Tue, 1 Apr 2014 19:46:43 +0900 Subject: [PATCH] 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-format-patch failed