Merge branch 'for-linus' into for-next

This commit is contained in:
Takashi Iwai
2017-04-12 07:16:07 +02:00
commit b7c5ac88e8
22 muutettua tiedostoa jossa 148 lisäystä ja 85 poistoa

Näytä tiedosto

@@ -227,11 +227,11 @@ static void do_registration(struct work_struct *work)
if (err < 0)
goto error;
err = detect_quirks(oxfw);
err = snd_oxfw_stream_discover(oxfw);
if (err < 0)
goto error;
err = snd_oxfw_stream_discover(oxfw);
err = detect_quirks(oxfw);
if (err < 0)
goto error;