Commit 5c58b739 authored by Mark Brown's avatar Mark Brown

ASoC: Correct revision display for WM1250-EV1 module

The hardware documentation uses revision numbers starting at 1.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 80080ec5
......@@ -74,7 +74,7 @@ static int __devinit wm1250_ev1_probe(struct i2c_client *i2c,
return -ENODEV;
}
dev_info(&i2c->dev, "revision %d\n", rev);
dev_info(&i2c->dev, "revision %d\n", rev + 1);
return snd_soc_register_codec(&i2c->dev, &soc_codec_dev_wm1250_ev1,
&wm1250_ev1_dai, 1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment