diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-02 04:56:00 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:03:17 -0500 |
commit | 6b1e56763b50f169d8446c43df6adb70f69552db (patch) | |
tree | 368bcd950f466313d7fd66e32d0a827e9c0374cf /drivers/media/video/ivtv/ivtv-irq.c | |
parent | 737bd410e70c3daa02f203dec24351951e89d82f (diff) |
V4L/DVB (6742): ivtv: fix incorrect debug message
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-irq.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-irq.c b/drivers/media/video/ivtv/ivtv-irq.c index ebc200320e6f..c5ea54e65272 100644 --- a/drivers/media/video/ivtv/ivtv-irq.c +++ b/drivers/media/video/ivtv/ivtv-irq.c | |||
@@ -436,7 +436,7 @@ static void ivtv_dma_enc_start(struct ivtv_stream *s) | |||
436 | s_vbi->sg_pending_size = 0; | 436 | s_vbi->sg_pending_size = 0; |
437 | s_vbi->dma_xfer_cnt++; | 437 | s_vbi->dma_xfer_cnt++; |
438 | set_bit(IVTV_F_S_DMA_HAS_VBI, &s->s_flags); | 438 | set_bit(IVTV_F_S_DMA_HAS_VBI, &s->s_flags); |
439 | IVTV_DEBUG_HI_DMA("include DMA for %s\n", s->name); | 439 | IVTV_DEBUG_HI_DMA("include DMA for %s\n", s_vbi->name); |
440 | } | 440 | } |
441 | 441 | ||
442 | s->dma_xfer_cnt++; | 442 | s->dma_xfer_cnt++; |