Przeglądaj źródła

Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus

Mark Brown 10 lat temu
rodzic
commit
5ee84ba8c7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      sound/soc/soc-dapm.c

+ 1 - 1
sound/soc/soc-dapm.c

@@ -3501,7 +3501,7 @@ static int snd_soc_dai_link_event(struct snd_soc_dapm_widget *w,
 
 	default:
 		WARN(1, "Unknown event %d\n", event);
-		return -EINVAL;
+		ret = -EINVAL;
 	}
 
 out: