Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206094
b: refs/heads/master
c: 01b666d
h: refs/heads/master
v: v3
  • Loading branch information
Praveen Kalamegham authored and Jesse Barnes committed Jul 30, 2010
1 parent 69cfeb6 commit 7e23fc7
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: 41cd766b065970ff6f6c89dd1cf55fa706c84a3d
refs/heads/master: 01b666df487b80c956cef3ce3253776ddeebd41e
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/pciehp_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int pciehp_unconfigure_device(struct slot *p_slot)
"Cannot remove display device %s\n",
pci_name(temp));
pci_dev_put(temp);
rc = EINVAL;
rc = -EINVAL;
break;
}
}
Expand Down

0 comments on commit 7e23fc7

Please sign in to comment.