V4L/DVB: cx18-alsa: remove unneeded debug line
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Fri, 20 Nov 2009 02:35:36 +0000 (23:35 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:43 +0000 (15:10 -0300)
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 <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-alsa-pcm.c

index a6502af..3661940 100644 (file)
@@ -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;