mirror of https://gitee.com/openkylin/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>
This commit is contained in:
parent
82875163a8
commit
03ff570c6b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue