V4L/DVB (7090): V4L: stkwebcam: use v4l_compat_ioctl32
[cascardo/linux.git] / drivers / media / video / videobuf-dvb.c
index 880317e..b73aba6 100644 (file)
@@ -67,7 +67,7 @@ static int videobuf_dvb_thread(void *data)
 
                /* feed buffer data to demux */
                dma=videobuf_to_dma(buf);
-               if (buf->state == STATE_DONE)
+               if (buf->state == VIDEOBUF_DONE)
                        dvb_dmx_swfilter(&dvb->demux, dma->vmalloc,
                                         buf->size);