Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204477
b: refs/heads/master
c: d3bbfbc
h: refs/heads/master
i:
  204475: cfb6704
v: v3
  • Loading branch information
Andrea Gelmini authored and Ralf Baechle committed Aug 5, 2010
1 parent 8997b37 commit cb57f79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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: 339e658b88108d4bc7daf61736df494dcf4a43e4
refs/heads/master: d3bbfbc29d5010d4288f089370682a7b882fa559
13 changes: 6 additions & 7 deletions trunk/arch/mips/pmc-sierra/yosemite/ht-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,17 @@
*/
void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus)
{
struct pci_bus *current_bus = bus;
struct pci_dev *devices;
struct list_head *devices_link;
struct pci_bus *current_bus = bus;
struct pci_dev *devices;
struct list_head *devices_link;

list_for_each(devices_link, &(current_bus->devices)) {
devices = pci_dev_b(devices_link);
if (devices == NULL)
continue;
devices = pci_dev_b(devices_link);
if (devices == NULL)
continue;
}

/*
* PLX and SPKT related changes go here
*/

}

0 comments on commit cb57f79

Please sign in to comment.