diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-alsa-pcm.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-alsa-pcm.c | 1 |
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; |