Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67209
b: refs/heads/master
c: c78d453
h: refs/heads/master
i:
  67207: 107a078
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent 105c11c commit 55fd9a6
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: f1d645f42849ce3c12781514e6ced97748ada6b1
refs/heads/master: c78d453b6f95ff38a2226f6f77a4b08a6e27fc42
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/indirect_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ indirect_write_config(struct pci_bus *bus, unsigned int devfn, int offset,

static struct pci_ops indirect_pci_ops =
{
indirect_read_config,
indirect_write_config
.read = indirect_read_config,
.write = indirect_write_config,
};

void __init
Expand Down

0 comments on commit 55fd9a6

Please sign in to comment.