mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -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
|
|
@ -173,7 +173,7 @@ static int tplg_build_enum_control(snd_tplg_t *tplg,
|
|||
{
|
||||
struct tplg_ref *ref;
|
||||
struct list_head *base, *pos;
|
||||
int err = 0;
|
||||
int err;
|
||||
|
||||
base = &elem->ref_list;
|
||||
|
||||
|
|
@ -198,8 +198,7 @@ static int tplg_build_enum_control(snd_tplg_t *tplg,
|
|||
SNDERR("error: cannot find '%s' referenced by"
|
||||
" control '%s'\n", ref->id, elem->id);
|
||||
return -EINVAL;
|
||||
} else if (err < 0)
|
||||
return err;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue