From: Colin Ian King <colin.king@canonical.com>
Date: Sat, 11 Mar 2017 19:19:22 +0000 (+0000)
Subject: ASoC: cs35l35: trivial fix to indentation
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=03ff570c6b45b27e233f5cb1fd04404374fd883f;p=linux.git

ASoC: cs35l35: trivial fix to indentation

Remove extraneous tab to correct the nesting level indentation

Detected by CoverityScan, CID#1416584 ("Nesting level does
not match indentation")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---

diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
index a9e45dea309e5..a5da1d511a8a2 100644
--- a/sound/soc/codecs/cs35l35.c
+++ b/sound/soc/codecs/cs35l35.c
@@ -1375,7 +1375,8 @@ static int cs35l35_i2c_probe(struct i2c_client *i2c_client,
 
 	for (i = 0; i < ARRAY_SIZE(cs35l35_supplies); i++)
 		cs35l35->supplies[i].supply = cs35l35_supplies[i];
-		cs35l35->num_supplies = ARRAY_SIZE(cs35l35_supplies);
+
+	cs35l35->num_supplies = ARRAY_SIZE(cs35l35_supplies);
 
 	ret = devm_regulator_bulk_get(dev, cs35l35->num_supplies,
 				      cs35l35->supplies);