3
0
Fork 0

galaxys2-common: audio: fix merge fail

Change-Id: Icfdbe362c9dff887c96e5d65ecc94cca7bccd227
This commit is contained in:
Daniel Hillenbrand 2013-05-26 02:23:31 +02:00
parent cd67b27666
commit 19ced56c2b
1 changed files with 0 additions and 2 deletions

View File

@ -790,8 +790,6 @@ int tinyalsa_mixer_set_route_list(struct tinyalsa_mixer *mixer, struct list_head
} else {
rc = tinyalsa_mixer_set_route_ctrl(mixer, mixer_data);
if(rc < 0) {
ALOGE("Unable to set control!");
return -1;
ALOGE("Unable to set control!");
goto list_continue;
}