diff options
-rw-r--r-- | arch/i386/pci/fixup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/i386/pci/fixup.c b/arch/i386/pci/fixup.c index 3984226a8b98..eeb1b1f2d548 100644 --- a/arch/i386/pci/fixup.c +++ b/arch/i386/pci/fixup.c | |||
@@ -433,9 +433,8 @@ static void __devinit pci_post_fixup_toshiba_ohci1394(struct pci_dev *dev) | |||
433 | return; /* only applies to certain Toshibas (so far) */ | 433 | return; /* only applies to certain Toshibas (so far) */ |
434 | 434 | ||
435 | /* Restore config space on Toshiba laptops */ | 435 | /* Restore config space on Toshiba laptops */ |
436 | mdelay(10); | ||
437 | pci_write_config_word(dev, PCI_CACHE_LINE_SIZE, toshiba_line_size); | 436 | pci_write_config_word(dev, PCI_CACHE_LINE_SIZE, toshiba_line_size); |
438 | pci_write_config_word(dev, PCI_INTERRUPT_LINE, dev->irq); | 437 | pci_read_config_byte(dev, PCI_INTERRUPT_LINE, (u8 *)&dev->irq); |
439 | pci_write_config_dword(dev, PCI_BASE_ADDRESS_0, | 438 | pci_write_config_dword(dev, PCI_BASE_ADDRESS_0, |
440 | pci_resource_start(dev, 0)); | 439 | pci_resource_start(dev, 0)); |
441 | pci_write_config_dword(dev, PCI_BASE_ADDRESS_1, | 440 | pci_write_config_dword(dev, PCI_BASE_ADDRESS_1, |