From: Devin Heitmueller Date: Fri, 20 Nov 2009 02:35:36 +0000 (-0300) Subject: V4L/DVB: cx18-alsa: remove unneeded debug line X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4a8cfe6a5c158133f57c2e8476f259366d4bdc4d;p=deliverable%2Flinux.git V4L/DVB: 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. Signed-off-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx18/cx18-alsa-pcm.c b/drivers/media/video/cx18/cx18-alsa-pcm.c index a6502af0771e..366194068e92 100644 --- a/drivers/media/video/cx18/cx18-alsa-pcm.c +++ b/drivers/media/video/cx18/cx18-alsa-pcm.c @@ -87,7 +87,6 @@ static int snd_cx18_pcm_capture_open(struct snd_pcm_substream *substream) /* 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;