mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
ASoC: wm8995: Return -EINVAL if device ID mismatch
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
275708f88d
commit
6fa0c25bf4
@ -1642,6 +1642,7 @@ static int wm8995_probe(struct snd_soc_codec *codec)
|
||||
|
||||
if (ret != 0x8995) {
|
||||
dev_err(codec->dev, "Invalid device ID: %#x\n", ret);
|
||||
ret = -EINVAL;
|
||||
goto err_reg_enable;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user