Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13827
b: refs/heads/master
c: 6e6ece5
h: refs/heads/master
i:
  13825: ceacf65
  13823: 203f78d
v: v3
  • Loading branch information
Jesse Barnes authored and Greg Kroah-Hartman committed Nov 11, 2005
1 parent 099f37e commit c6b333a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6560aa5c430fd8a7002b6e7abc1ee6c42521b06b
refs/heads/master: 6e6ece5dc6022e8086c565498d23511bbceda811
3 changes: 1 addition & 2 deletions trunk/arch/i386/pci/fixup.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,8 @@ static void __devinit pci_post_fixup_toshiba_ohci1394(struct pci_dev *dev)
return; /* only applies to certain Toshibas (so far) */

/* Restore config space on Toshiba laptops */
mdelay(10);
pci_write_config_word(dev, PCI_CACHE_LINE_SIZE, toshiba_line_size);
pci_write_config_word(dev, PCI_INTERRUPT_LINE, dev->irq);
pci_read_config_byte(dev, PCI_INTERRUPT_LINE, (u8 *)&dev->irq);
pci_write_config_dword(dev, PCI_BASE_ADDRESS_0,
pci_resource_start(dev, 0));
pci_write_config_dword(dev, PCI_BASE_ADDRESS_1,
Expand Down

0 comments on commit c6b333a

Please sign in to comment.