Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67206
b: refs/heads/master
c: 6127d1c
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Lynch authored and Paul Mackerras committed Aug 17, 2007
1 parent 518f049 commit 1494553
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: 3fac10e7f5a6dfa4a08938d24af2775cd9b9e267
refs/heads/master: 6127d1c0b097b2e9acc83dede1c1cb64ce76e7d5
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/pci_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1457,8 +1457,8 @@ null_write_config(struct pci_bus *bus, unsigned int devfn, int offset,

static struct pci_ops null_pci_ops =
{
null_read_config,
null_write_config
.read = null_read_config,
.write = null_write_config,
};

/*
Expand Down

0 comments on commit 1494553

Please sign in to comment.