Commit 03ff570c authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 82875163
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1375,6 +1375,7 @@ 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);

	ret = devm_regulator_bulk_get(dev, cs35l35->num_supplies,