Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155545
b: refs/heads/master
c: ecca068
h: refs/heads/master
i:
  155543: 8aefff2
v: v3
  • Loading branch information
Julia Lawall authored and Dave Airlie committed Jul 15, 2009
1 parent 3f31018 commit 9f8a0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ba0ab82358a12e7a7f2872d6b65c437157c6888f
refs/heads/master: ecca0683230b83e8f830ff157911fad20bc43015
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/drm_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ int drm_put_minor(struct drm_minor **minor_p)
*/
void drm_put_dev(struct drm_device *dev)
{
struct drm_driver *driver = dev->driver;
struct drm_driver *driver;
struct drm_map_list *r_list, *list_temp;

DRM_DEBUG("\n");
Expand All @@ -498,6 +498,7 @@ void drm_put_dev(struct drm_device *dev)
DRM_ERROR("cleanup called no dev\n");
return;
}
driver = dev->driver;

drm_vblank_cleanup(dev);

Expand Down

0 comments on commit 9f8a0fe

Please sign in to comment.