diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-streams.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-streams.c b/drivers/media/video/ivtv/ivtv-streams.c index 0582b9d57c55..d1cc366c2a35 100644 --- a/drivers/media/video/ivtv/ivtv-streams.c +++ b/drivers/media/video/ivtv/ivtv-streams.c | |||
@@ -154,7 +154,7 @@ static void ivtv_stream_init(struct ivtv *itv, int type) | |||
154 | spin_lock_init(&s->qlock); | 154 | spin_lock_init(&s->qlock); |
155 | init_waitqueue_head(&s->waitq); | 155 | init_waitqueue_head(&s->waitq); |
156 | s->id = -1; | 156 | s->id = -1; |
157 | s->SG_handle = IVTV_DMA_UNMAPPED; | 157 | s->sg_handle = IVTV_DMA_UNMAPPED; |
158 | ivtv_queue_init(&s->q_free); | 158 | ivtv_queue_init(&s->q_free); |
159 | ivtv_queue_init(&s->q_full); | 159 | ivtv_queue_init(&s->q_full); |
160 | ivtv_queue_init(&s->q_dma); | 160 | ivtv_queue_init(&s->q_dma); |