The patch number 14025 was added via Devin Heitmueller <dheitmuel...@kernellabs.com> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Devin Heitmueller <dheitmuel...@kernellabs.com> cx18-alsa: remove unneeded debug line Remove an unneeded debug line, which was preventing the cx18-alsa module from loading. This work was sponsored by ONELAN Limited. Priority: normal Signed-off-by: Devin Heitmueller <dheitmuel...@kernellabs.com> --- linux/drivers/media/video/cx18/cx18-alsa-pcm.c | 1 - 1 file changed, 1 deletion(-) diff -r ae0e6880b234 -r 983b61dc914b linux/drivers/media/video/cx18/cx18-alsa-pcm.c --- a/linux/drivers/media/video/cx18/cx18-alsa-pcm.c Thu Nov 19 21:23:57 2009 -0500 +++ b/linux/drivers/media/video/cx18/cx18-alsa-pcm.c Thu Nov 19 21:35:36 2009 -0500 @@ -91,7 +91,6 @@ /* Allocate memory */ item = kmalloc(sizeof(struct cx18_open_id), GFP_KERNEL); if (NULL == item) { - CX18_DEBUG_WARN("nomem on v4l2 open\n"); return -ENOMEM; } item->cx = cx; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/983b61dc914b15d4ce6b4912a94ca48f84697983 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits