Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227948
b: refs/heads/master
c: fc2347e
h: refs/heads/master
v: v3
  • Loading branch information
Atul Sowani authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 1de15ab commit 90a5913
Show file tree
Hide file tree
Showing 2 changed files with 5 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: af02b584bc0e1f46cf1477ad54ae18ec3842b6f4
refs/heads/master: fc2347e2023221ef04c6d9ce84019aa8c7e0ad6d
6 changes: 4 additions & 2 deletions trunk/drivers/staging/xgifb/XGI_main_26.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,11 @@ unsigned char XGIfb_query_north_bridge_space(struct xgi_hw_device_info *pXGIhw_e
break;
}
pdev = pci_find_device(PCI_VENDOR_ID_SI, nbridge_id, pdev);
if (pdev)
pdev = pci_get_device(PCI_VENDOR_ID_SI, nbridge_id, pdev);
if (pdev) {
valid_pdev = 1;
pci_dev_put(pdev);
}
}
if (!valid_pdev) {
Expand Down

0 comments on commit 90a5913

Please sign in to comment.