Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156284
b: refs/heads/master
c: c9b7fb5
h: refs/heads/master
v: v3
  • Loading branch information
Xiaotian Feng authored and Dave Airlie committed Aug 4, 2009
1 parent 2e5e4a5 commit 1bae66a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de05065ff5d6878523317ff4a0b48a1239f80f73
refs/heads/master: c9b7fb54f0a51e587fa09be3a85666b43d36a850
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags)
if (r) {
DRM_ERROR("Failed to initialize radeon, disabling IOCTL\n");
radeon_device_fini(rdev);
kfree(rdev);
dev->dev_private = NULL;
return r;
}
return 0;
Expand Down

0 comments on commit 1bae66a

Please sign in to comment.