Unverified Commit 4e9a429a authored by Roy Chateau's avatar Roy Chateau Committed by Mark Brown
Browse files

ASoC: codecs: tas2780: Fix log of failed reset via I2C.

parent f88dfbf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ static void tas2780_reset(struct tas2780_priv *tas2780)
		usleep_range(2000, 2050);
	}

	snd_soc_component_write(tas2780->component, TAS2780_SW_RST,
	ret = snd_soc_component_write(tas2780->component, TAS2780_SW_RST,
				TAS2780_RST);
	if (ret)
		dev_err(tas2780->dev, "%s:errCode:0x%x Reset error!\n",