From: Hans Verkuil Date: Sun, 2 Dec 2007 09:56:00 +0000 (-0300) Subject: V4L/DVB (6742): ivtv: fix incorrect debug message X-Git-Tag: v2.6.25-rc1~1235^2~245 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6b1e56763b50f169d8446c43df6adb70f69552db;p=karo-tx-linux.git V4L/DVB (6742): ivtv: fix incorrect debug message Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- 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++;