Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17497
b: refs/heads/master
c: 87d6c55
h: refs/heads/master
i:
  17495: 43e3aa9
v: v3
  • Loading branch information
Kenji Kaneshige authored and Greg Kroah-Hartman committed Jan 9, 2006
1 parent 29cfe0d commit abacbbf
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: 6558b6ab145ceead45632e4214cd5ef14f48f412
refs/heads/master: 87d6c5593111844f308af7d5106b3fd259b36514
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/shpchp_hpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ static int hpc_get_mode1_ECC_cap(struct slot *slot, u8 *mode)
sec_bus_status = readw(php_ctlr->creg + SEC_BUS_CONFIG);

if (pi == 2) {
*mode = (sec_bus_status & 0x0100) >> 7;
*mode = (sec_bus_status & 0x0100) >> 8;
} else {
retval = -1;
}
Expand Down

0 comments on commit abacbbf

Please sign in to comment.