aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-11-19 21:35:36 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 13:10:43 -0500
commit4a8cfe6a5c158133f57c2e8476f259366d4bdc4d (patch)
treeeaf83c297f702c86afe84281111e8ffdc6900fdc /drivers/media/video/cx18
parent0f4cf676728e186b53ba1bb60c442c0f503ffdbc (diff)
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 <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r--drivers/media/video/cx18/cx18-alsa-pcm.c1
1 files changed, 0 insertions, 1 deletions
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)
87 /* Allocate memory */ 87 /* Allocate memory */
88 item = kmalloc(sizeof(struct cx18_open_id), GFP_KERNEL); 88 item = kmalloc(sizeof(struct cx18_open_id), GFP_KERNEL);
89 if (NULL == item) { 89 if (NULL == item) {
90 CX18_DEBUG_WARN("nomem on v4l2 open\n");
91 return -ENOMEM; 90 return -ENOMEM;
92 } 91 }
93 item->cx = cx; 92 item->cx = cx;