diff options
Diffstat (limited to 'drivers/char/agp')
-rw-r--r-- | drivers/char/agp/amd64-agp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c index ac3c33a2e37d..e449d949f7ea 100644 --- a/drivers/char/agp/amd64-agp.c +++ b/drivers/char/agp/amd64-agp.c | |||
@@ -761,7 +761,7 @@ int __init agp_amd64_init(void) | |||
761 | 761 | ||
762 | if (agp_off) | 762 | if (agp_off) |
763 | return -EINVAL; | 763 | return -EINVAL; |
764 | if (pci_register_driver(&agp_amd64_pci_driver) > 0) { | 764 | if (pci_register_driver(&agp_amd64_pci_driver) < 0) { |
765 | struct pci_dev *dev; | 765 | struct pci_dev *dev; |
766 | if (!agp_try_unsupported && !agp_try_unsupported_boot) { | 766 | if (!agp_try_unsupported && !agp_try_unsupported_boot) { |
767 | printk(KERN_INFO PFX "No supported AGP bridge found.\n"); | 767 | printk(KERN_INFO PFX "No supported AGP bridge found.\n"); |