Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
[linux-2.6-microblaze.git] / sound / soc / intel / skylake / skl-topology.c
index c02da16..68c3f12 100644 (file)
@@ -2679,7 +2679,7 @@ static int skl_tplg_get_manifest_tkn(struct device *dev,
 
                        if (ret < 0)
                                return ret;
-                       tkn_count += ret;
+                       tkn_count = ret;
 
                        tuple_size += tkn_count *
                                sizeof(struct snd_soc_tplg_vendor_string_elem);