Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45344
b: refs/heads/master
c: d98f923
h: refs/heads/master
v: v3
  • Loading branch information
Davy Chan authored and Ralf Baechle committed Jan 8, 2007
1 parent 5de68c0 commit a13cdb7
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: f75f369fd783d194cb45632617561ca4d7045849
refs/heads/master: d98f92371461c5c8cc24e12a212c59b3f437b581
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/ops-pnx8550.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ write_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 val)
break;
}

err = config_access(PCI_CMD_CONFIG_READ, bus, devfn, where, ~(1 << (where & 3)), &data);
err = config_access(PCI_CMD_CONFIG_WRITE, bus, devfn, where, ~(1 << (where & 3)), &data);

return err;
}
Expand Down

0 comments on commit a13cdb7

Please sign in to comment.