Commit 72ad73df authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] make bttv compile

parent b351658f
...@@ -2990,7 +2990,7 @@ void __devinit bttv_check_chipset(void) ...@@ -2990,7 +2990,7 @@ void __devinit bttv_check_chipset(void)
/* print which chipset we have */ /* print which chipset we have */
while ((dev = pci_find_class(PCI_CLASS_BRIDGE_HOST << 8,dev))) while ((dev = pci_find_class(PCI_CLASS_BRIDGE_HOST << 8,dev)))
printk(KERN_INFO "bttv: Host bridge is %s\n",dev->name); printk(KERN_INFO "bttv: Host bridge is %s\n",dev->dev.name);
/* print warnings about any quirks found */ /* print warnings about any quirks found */
if (triton1) if (triton1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment