[alsa-devel] [PATCH 2/2] ucm: tivial code style fix

Lu Guanqun guanqun.lu at intel.com
Fri Aug 19 10:05:30 CEST 2011


Signed-off-by: Lu Guanqun <guanqun.lu at intel.com>
---
 src/ucm/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ucm/main.c b/src/ucm/main.c
index 9ecbe43..76ca151 100644
--- a/src/ucm/main.c
+++ b/src/ucm/main.c
@@ -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';



More information about the Alsa-devel mailing list