mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
ucm: tivial code style fix
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
29880e8c66
commit
a97aa7f065
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ static int execute_cset(snd_ctl_t *ctl, char *cset)
|
||||||
pos = strrchr(cset, ' ');
|
pos = strrchr(cset, ' ');
|
||||||
if (pos == NULL) {
|
if (pos == NULL) {
|
||||||
uc_error("undefined value for cset >%s<", cset);
|
uc_error("undefined value for cset >%s<", cset);
|
||||||
err = -EINVAL;
|
err = -EINVAL;
|
||||||
goto __fail;
|
goto __fail;
|
||||||
}
|
}
|
||||||
*pos = '\0';
|
*pos = '\0';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue