> vim +309 drivers/media/usb/tlg2300/pd-alsa.c > 303 ret = snd_card_create(-1, "Telegent", > THIS_MODULE, 0, &card); 304 if (ret != 0) > 305 return ret; > 306 > 307 ret = snd_pcm_new(card, "poseidon audio", 0, 0, > 1, &pcm); 308 if (ret < 0) { > > 309 snd_free_card(card); Umm I sent the version out then - should be snd_card_free(card) I think ! -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html