mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-10 04:27:43 -05:00
topology: coverity - remove dead code
This commit is contained in:
parent
b96f6f4785
commit
db0e1dcfc2
3 changed files with 10 additions and 14 deletions
|
|
@ -917,7 +917,7 @@ int tplg_build_manifest_data(snd_tplg_t *tplg)
|
|||
list_for_each(pos, base) {
|
||||
|
||||
ref = list_entry(pos, struct tplg_ref, list);
|
||||
if (ref->id == NULL || ref->elem)
|
||||
if (ref->elem)
|
||||
continue;
|
||||
|
||||
if (ref->type == SND_TPLG_TYPE_DATA) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue