Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371415
b: refs/heads/master
c: 0cd9cb7
h: refs/heads/master
i:
  371413: 7ea7ad3
  371411: 7d544f1
  371407: a42ef2d
v: v3
  • Loading branch information
Alex Deucher committed Apr 15, 2013
1 parent 59e473c commit 0b1a73e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2e97be73e5f74a317232740ae82eb8f95326a660
refs/heads/master: 0cd9cb76ae26a19df21abc6f94f5fff141e689c7
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ int radeon_driver_unload_kms(struct drm_device *dev)

if (rdev == NULL)
return 0;
if (rdev->rmmio == NULL)
goto done_free;
radeon_acpi_fini(rdev);
radeon_modeset_fini(rdev);
radeon_device_fini(rdev);

done_free:
kfree(rdev);
dev->dev_private = NULL;
return 0;
Expand Down

0 comments on commit 0b1a73e

Please sign in to comment.