Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131577
b: refs/heads/master
c: d919091
h: refs/heads/master
i:
  131575: e4d3a14
v: v3
  • Loading branch information
Wei Yongjun authored and Linus Torvalds committed Feb 21, 2009
1 parent 8289630 commit e81a3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 58bafe72ad937ec0813109254a154cf32be25fc4
refs/heads/master: d9190913b71831f5e3d04de62cfb1fd069a9db35
2 changes: 1 addition & 1 deletion trunk/arch/mn10300/unit-asb2305/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ static int pci_ampci_write_config_byte(struct pci_bus *bus, unsigned int devfn,
BRIDGEREGB(where) = value;
} else {
if (bus->number == 0 &&
(devfn == PCI_DEVFN(2, 0) && devfn == PCI_DEVFN(3, 0))
(devfn == PCI_DEVFN(2, 0) || devfn == PCI_DEVFN(3, 0))
)
__pcidebug("<= %02x", bus, devfn, where, value);
CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where);
Expand Down

0 comments on commit e81a3c7

Please sign in to comment.