Skip to content

Commit

Permalink
ASoC: sgtl5000: fix error message output for MicBias voltage
Browse files Browse the repository at this point in the history
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Takashi Iwai <tiwai@suse.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: alsa-devel@alsa-project.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Gianluca Renzi <gianlucarenzi@eurekelettronica.it>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Gianluca Renzi authored and Mark Brown committed Sep 29, 2015
1 parent 6ff33f3 commit fb97d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/sgtl5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ static int sgtl5000_i2c_probe(struct i2c_client *client,
else {
sgtl5000->micbias_voltage = 0;
dev_err(&client->dev,
"Unsuitable MicBias resistor\n");
"Unsuitable MicBias voltage\n");
}
} else {
sgtl5000->micbias_voltage = 0;
Expand Down

0 comments on commit fb97d75

Please sign in to comment.