Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82330
b: refs/heads/master
c: f07234b
h: refs/heads/master
v: v3
  • Loading branch information
Rolf Eike Beer authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent 430052d commit 08d5f71
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9515930ea2a9a51382a9668569ce008bb46a09bb
refs/heads/master: f07234b66af1d1a204b9ddabdbdb312e8f1fb35e
3 changes: 1 addition & 2 deletions trunk/drivers/pci/hotplug/pciehp_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ int pciehp_unconfigure_device(struct slot *p_slot)
dbg("%s: bus/dev = %x/%x\n", __FUNCTION__, p_slot->bus,
p_slot->device);

for (j=0; j<8 ; j++) {
for (j = 0; j < 8; j++) {
struct pci_dev* temp = pci_get_slot(parent,
(p_slot->device << 3) | j);
if (!temp)
Expand Down Expand Up @@ -283,4 +283,3 @@ int pciehp_unconfigure_device(struct slot *p_slot)

return rc;
}

0 comments on commit 08d5f71

Please sign in to comment.