mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
ucm: fix copy-n-paste typo (RemoveDevice list)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
c9605484d1
commit
fb48ad9e4f
1 changed files with 1 additions and 1 deletions
|
|
@ -1176,7 +1176,7 @@ static int verb_device_management(struct use_case_verb *verb)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove devices */
|
/* remove devices */
|
||||||
list_for_each(pos, &verb->rename_list) {
|
list_for_each(pos, &verb->remove_list) {
|
||||||
dev = list_entry(pos, struct ucm_dev_name, list);
|
dev = list_entry(pos, struct ucm_dev_name, list);
|
||||||
err = uc_mgr_remove_device(verb, dev->name2);
|
err = uc_mgr_remove_device(verb, dev->name2);
|
||||||
if (err < 0) {
|
if (err < 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue