audio: asoc: tfa98xx: Fix misleading indentation

Change-Id: I51bd30ab075dbb54c3119f798d9e3fb8daad3be2
This commit is contained in:
Giovanni Ricca 2024-01-11 15:08:09 +00:00
parent 3318f63b7a
commit 257a07db14
No known key found for this signature in database

View File

@ -4022,9 +4022,9 @@ static int tfa98xx_i2c_probe(struct i2c_client *i2c,
}
/* Power up! */
/* we should reset chip only 1 times if all reset pin connected to 1 GPIO. */
if (0 == tfa98xx_device_count)
tfa98xx_ext_reset(tfa98xx);
/* we should reset chip only 1 times if all reset pin connected to 1 GPIO. */
if (0 == tfa98xx_device_count)
tfa98xx_ext_reset(tfa98xx);
if ((no_start == 0) && (no_reset == 0)) {
ret = regmap_read(tfa98xx->regmap, 0x03, &reg);