diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-12-02 10:56:00 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 22:03:17 +0100 |
commit | 6b1e56763b50f169d8446c43df6adb70f69552db (patch) | |
tree | 368bcd950f466313d7fd66e32d0a827e9c0374cf /drivers/media/video/ivtv/ivtv-irq.c | |
parent | V4L/DVB (6741): cx2341x: codingstyle cleanups (diff) | |
download | linux-6b1e56763b50f169d8446c43df6adb70f69552db.tar.xz linux-6b1e56763b50f169d8446c43df6adb70f69552db.zip |
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) s_vbi->sg_pending_size = 0; s_vbi->dma_xfer_cnt++; set_bit(IVTV_F_S_DMA_HAS_VBI, &s->s_flags); - IVTV_DEBUG_HI_DMA("include DMA for %s\n", s->name); + IVTV_DEBUG_HI_DMA("include DMA for %s\n", s_vbi->name); } s->dma_xfer_cnt++; |