patch-2.4.26 linux-2.4.26/drivers/ieee1394/video1394.c

Next file: linux-2.4.26/drivers/input/input.c
Previous file: linux-2.4.26/drivers/ieee1394/dma.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/drivers/ieee1394/video1394.c linux-2.4.26/drivers/ieee1394/video1394.c
@@ -216,6 +216,7 @@
 	d->frame_size = buf_size;
 	d->buf_size = PAGE_ALIGN(buf_size);
 	d->last_buffer = -1;
+	INIT_LIST_HEAD(&d->link);
 	init_waitqueue_head(&d->waitq);
 
 	/* Init the regions for easy cleanup */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)