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:
Lu Guanqun 2011-08-19 16:05:30 +08:00 committed by Takashi Iwai
parent 29880e8c66
commit a97aa7f065

View file

@ -173,7 +173,7 @@ static int execute_cset(snd_ctl_t *ctl, char *cset)
pos = strrchr(cset, ' ');
if (pos == NULL) {
uc_error("undefined value for cset >%s<", cset);
err = -EINVAL;
err = -EINVAL;
goto __fail;
}
*pos = '\0';