--- linux-2.4.9-ac10/drivers/pnp/pnp_bios.c_ORIG Thu Sep 20 18:54:59 2001
+++ linux-2.4.9-ac10/drivers/pnp/pnp_bios.c Thu Sep 20 18:55:22 2001
@@ -716,7 +716,7 @@
static void __init pnpbios_rawdata_2_pci_dev(struct pnp_bios_node *node, struct pci_dev *pci_dev)
{
unsigned char *p = node->data, *lastp=NULL;
- int mask,i,io,irq=0,len,dma=-1;
+ int mask,i,io,irq=-1,len,dma=-1;
memset(pci_dev, 0, sizeof(struct pci_dev));
while ( (char *)p < ((char *)node->data + node->size )) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/