diff options
author | Dave Airlie <airlied@linux.ie> | 2004-04-08 12:09:10 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-04-08 12:09:10 +0000 |
commit | 1bc7576474a85b649e2f3291d72890363e6d1483 (patch) | |
tree | c51812f9d798d927f4c7f50ff25cb004fcfc83f8 /linux-core | |
parent | bc1428035ceb5300df429d09a64a20a2a7e903b2 (diff) |
patch from Linux kernel 2.6.5
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drm_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_drv.c b/linux-core/drm_drv.c index 83b9600c..06eaf3b9 100644 --- a/linux-core/drm_drv.c +++ b/linux-core/drm_drv.c @@ -601,7 +601,7 @@ static int DRM(probe)(struct pci_dev *pdev) DRM_ERROR( "Cannot initialize the agpgart module.\n" ); DRM(stub_unregister)(dev->minor); DRM(takedown)( dev ); - return -ENOMEM; + return -EINVAL; } #endif #if __REALLY_HAVE_MTRR |