Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31264
b: refs/heads/master
c: 4092e25
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones committed Jun 21, 2006
1 parent f0d6823 commit 70c14b3
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: b3818ed446fc41db41b5a38d934ac2b69fd2e0aa
refs/heads/master: 4092e256ca35e62b431ebad4e0c42c6360acee08
2 changes: 1 addition & 1 deletion trunk/drivers/char/agp/amd64-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ int __init agp_amd64_init(void)

if (agp_off)
return -EINVAL;
if (pci_register_driver(&agp_amd64_pci_driver) > 0) {
if (pci_register_driver(&agp_amd64_pci_driver) < 0) {
struct pci_dev *dev;
if (!agp_try_unsupported && !agp_try_unsupported_boot) {
printk(KERN_INFO PFX "No supported AGP bridge found.\n");
Expand Down

0 comments on commit 70c14b3

Please sign in to comment.