Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67200
b: refs/heads/master
c: 8674e0c
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent 3577b2f commit 38f07b2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1bdb2867e5f0bca7c94f7df92f23fdd20524a488
refs/heads/master: 8674e0c9e570fcce948518e8fe518f4b61ac91fe
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/rtas_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ static int rtas_pci_write_config(struct pci_bus *bus,
}

struct pci_ops rtas_pci_ops = {
rtas_pci_read_config,
rtas_pci_write_config
.read = rtas_pci_read_config,
.write = rtas_pci_write_config,
};

int is_python(struct device_node *dev)
Expand Down

0 comments on commit 38f07b2

Please sign in to comment.