diff options
author | Gianluca Renzi <[email protected]> | 2015-09-25 21:33:42 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2015-09-29 17:06:22 +0100 |
commit | fb97d75b038659998257f7dd767d8229dce50b74 (patch) | |
tree | 5be610abe2193db1903cc9f52d55d844e079ea58 | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) |
ASoC: sgtl5000: fix error message output for MicBias voltage
Cc: Liam Girdwood <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Gianluca Renzi <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/codecs/sgtl5000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index bfda25ef0dd4..6e7843ea7511 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c @@ -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; |