Merge branch 'fix/misc' into for-linus

This commit is contained in:
Takashi Iwai 2010-06-21 17:08:41 +02:00
Родитель 2ac90e990c 272cbc98cf
Коммит d69f309f04
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -427,6 +427,7 @@ int snd_usb_parse_audio_endpoints(struct snd_usb_audio *chip, int iface_no)
if (snd_usb_parse_audio_format(chip, fp, format, fmt, stream, alts) < 0) {
kfree(fp->rate_table);
kfree(fp);
fp = NULL;
continue;
}