Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83553
b: refs/heads/master
c: ea237a6
h: refs/heads/master
i:
  83551: 7f955f3
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Feb 6, 2008
1 parent b0f878a commit 81c56e8
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: 5a1c84f1465a90192f55e21ccc67fd396c596374
refs/heads/master: ea237a6ae953b19d03f29236f095389d7906a0b4
2 changes: 1 addition & 1 deletion trunk/drivers/video/sis/sis_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4621,9 +4621,9 @@ sisfb_find_host_bridge(struct sis_video_info *ivideo, struct pci_dev *mypdev,

while((pdev = pci_get_class(PCI_CLASS_BRIDGE_HOST, pdev))) {
temp = pdev->vendor;
pci_dev_put(pdev);
if(temp == pcivendor) {
ret = 1;
pci_dev_put(pdev);
break;
}
}
Expand Down

0 comments on commit 81c56e8

Please sign in to comment.