mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-12 13:30:12 -05:00
topology: cleanup the SNDERR() calls
- remove the wrong new lines - remove error/warning prefixes (error is error) Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0793ef064a
commit
f42b2c088a
8 changed files with 99 additions and 112 deletions
|
|
@ -104,7 +104,7 @@ int tplg_parse_channel(snd_tplg_t *tplg, snd_config_t *cfg,
|
|||
|
||||
channel_id = lookup_channel(id);
|
||||
if (channel_id < 0) {
|
||||
SNDERR("error: invalid channel %s\n", id);
|
||||
SNDERR("invalid channel %s", id);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue