patch-2.4.8 linux/drivers/ieee1394/video1394.c
Next file: linux/drivers/isdn/hisax/Makefile
Previous file: linux/drivers/ieee1394/pcilynx.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sun Jul 29 10:48:33 2001
- Orig file:
v2.4.7/linux/drivers/ieee1394/video1394.c
- Orig date:
Wed Jul 25 17:10:20 2001
diff -u --recursive --new-file v2.4.7/linux/drivers/ieee1394/video1394.c linux/drivers/ieee1394/video1394.c
@@ -807,7 +807,7 @@
unsigned int cmd, unsigned long arg)
{
struct video_card *video = NULL;
- struct ti_ohci *ohci= video->ohci;
+ struct ti_ohci *ohci;
unsigned long flags;
struct list_head *lh;
@@ -818,6 +818,7 @@
p = list_entry(lh, struct video_card, list);
if (p->id == MINOR(inode->i_rdev)) {
video = p;
+ ohci = video->ohci;
break;
}
}
@@ -1602,7 +1603,7 @@
MODULE_AUTHOR("Sebastien Rougeaux <sebastien.rougeaux@anu.edu.au>");
MODULE_DESCRIPTION("driver for digital video on OHCI board");
-MODULE_SUPPORTED_DEVICE("video1394");
+MODULE_SUPPORTED_DEVICE(VIDEO1394_DRIVER_NAME);
static void __exit video1394_exit_module (void)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)