aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-11-29 06:42:18 -0500
committerMark Brown <broonie@linaro.org>2013-11-29 07:28:44 -0500
commit69ae8489076fa0fa98609155434f3c286c7364a0 (patch)
tree84c8c55b1817577ffa3d40a4f5b809a4cca0fa96
parent3a85ca9d8a06c873b7a5fb24319572926fa20e10 (diff)
ASoC: cs42l52: Fix build
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--sound/soc/codecs/cs42l52.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l52.c b/sound/soc/codecs/cs42l52.c
index 4a47a634f376..0bac6d5a4ac8 100644
--- a/sound/soc/codecs/cs42l52.c
+++ b/sound/soc/codecs/cs42l52.c
@@ -1232,7 +1232,7 @@ static int cs42l52_i2c_probe(struct i2c_client *i2c_client,
1232 1232
1233 if (of_property_read_u32(i2c_client->dev.of_node, 1233 if (of_property_read_u32(i2c_client->dev.of_node,
1234 "cirrus,chgfreq-divisor", &val32) >= 0) 1234 "cirrus,chgfreq-divisor", &val32) >= 0)
1235 pdata->chgfreq_divisor = val32; 1235 pdata->chgfreq = val32;
1236 1236
1237 pdata->reset_gpio = 1237 pdata->reset_gpio =
1238 of_get_named_gpio(i2c_client->dev.of_node, 1238 of_get_named_gpio(i2c_client->dev.of_node,