patch-2.4.20 linux-2.4.20/arch/mips/galileo-boards/ev96100/pci_fixups.c

Next file: linux-2.4.20/arch/mips/galileo-boards/ev96100/pci_ops.c
Previous file: linux-2.4.20/arch/mips/galileo-boards/ev96100/irq.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/arch/mips/galileo-boards/ev96100/pci_fixups.c linux-2.4.20/arch/mips/galileo-boards/ev96100/pci_fixups.c
@@ -72,19 +72,19 @@
 		pci_read_config_dword(dev, PCI_SUBSYSTEM_VENDOR_ID, &vendor);
 
 #ifdef DEBUG
-		printk("devfn %x, slot %d devid %x\n", 
+		printk("devfn %x, slot %d devid %x\n",
 				dev->devfn, slot, gt_devid);
 #endif
 
 		/* fixup irq line based on slot # */
 		if (slot == 8) {
 			dev->irq = 5;
-			pci_write_config_byte(dev, PCI_INTERRUPT_LINE, 
+			pci_write_config_byte(dev, PCI_INTERRUPT_LINE,
 					dev->irq);
 		}
 		else if (slot == 9) {
 			dev->irq = 2;
-			pci_write_config_byte(dev, PCI_INTERRUPT_LINE, 
+			pci_write_config_byte(dev, PCI_INTERRUPT_LINE,
 					dev->irq);
 		}
 	}

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