patch-2.4.22 linux-2.4.22/arch/mips/ite-boards/ivr/pci_fixup.c
Next file: linux-2.4.22/arch/mips/ite-boards/qed-4n-s01b/Makefile
Previous file: linux-2.4.22/arch/mips/ite-boards/ivr/init.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/ite-boards/ivr/pci_fixup.c
- Orig date:
2002-08-02 17:39:43.000000000 -0700
diff -urN linux-2.4.21/arch/mips/ite-boards/ivr/pci_fixup.c linux-2.4.22/arch/mips/ite-boards/ivr/pci_fixup.c
@@ -74,8 +74,8 @@
switch (slot) {
case 0x01:
/*
- * Internal device 1 is actually 7 different
- * internal devices on the IT8172G (multi-function
+ * Internal device 1 is actually 7 different
+ * internal devices on the IT8172G (multi-function
* device).
*/
if (func < 7)
@@ -97,7 +97,7 @@
dev->irq = IT8172_PCI_INTB_IRQ;
break;
default:
- dev->irq = 0xff;
+ dev->irq = 0xff;
break;
}
@@ -118,7 +118,7 @@
dev->irq = IT8172_PCI_INTD_IRQ;
break;
default:
- dev->irq = 0xff;
+ dev->irq = 0xff;
break;
}
@@ -139,7 +139,7 @@
dev->irq = IT8172_PCI_INTD_IRQ;
break;
default:
- dev->irq = 0xff;
+ dev->irq = 0xff;
break;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)