aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2015-12-22 10:16:35 +0800
committerMark Brown <[email protected]>2015-12-22 23:51:53 +0000
commit36ddd489b0669f8913c8eda192507f8267749917 (patch)
tree312b8c304e0743bd15dc495f02831b68cbc73c06
parentb1d15059957d33d111e0ed38724a6b2c5caac790 (diff)
ASoC: rt5616: Return error if device ID mismatch
Signed-off-by: Axel Lin <[email protected]> Acked-by: Bard Liao <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/codecs/rt5616.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5616.c b/sound/soc/codecs/rt5616.c
index f4005cbaa99d..0e9414abab65 100644
--- a/sound/soc/codecs/rt5616.c
+++ b/sound/soc/codecs/rt5616.c
@@ -1314,7 +1314,7 @@ static int rt5616_i2c_probe(struct i2c_client *i2c,
dev_err(&i2c->dev,
"Device with ID register %#x is not rt5616\n",
val);
- ret = -ENODEV;
+ return -ENODEV;
}
regmap_write(rt5616->regmap, RT5616_RESET, 0);
regmap_update_bits(rt5616->regmap, RT5616_PWR_ANLG1,