14 lines
509 B
Diff
14 lines
509 B
Diff
diff --git a/sound/soc/codecs/rk3308_codec.c b/sound/soc/codecs/rk3308_codec.c
|
|
index 8b51e87a1711..f3c8716215a8 100644
|
|
--- a/sound/soc/codecs/rk3308_codec.c
|
|
+++ b/sound/soc/codecs/rk3308_codec.c
|
|
@@ -854,7 +854,7 @@ static int rk3308_codec_get_version(struct rk3308_codec_priv *rk3308)
|
|
break;
|
|
case 0x3308:
|
|
rk3308->codec_ver = ACODEC_VERSION_B;
|
|
- return dev_err_probe(rk3308->dev, -EINVAL, "Chip version B not supported\n");
|
|
+ break;
|
|
case 0x3308c:
|
|
rk3308->codec_ver = ACODEC_VERSION_C;
|
|
break;
|