Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322850
b: refs/heads/master
c: 525ee69
h: refs/heads/master
v: v3
  • Loading branch information
Mandeep Singh Baines authored and Inki Dae committed Sep 13, 2012
1 parent 8537302 commit 1dae127
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: b716d46e003fc12f64bbdd71e5b9fd733e59b8d4
refs/heads/master: 525ee699f08c0d2516103e4ffd57c21041405d0c
2 changes: 0 additions & 2 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ static int exynos_drm_open(struct drm_device *dev, struct drm_file *file)
if (!file_priv)
return -ENOMEM;

drm_prime_init_file_private(&file->prime);
file->driver_priv = file_priv;

return exynos_drm_subdrv_open(dev, file);
Expand All @@ -184,7 +183,6 @@ static void exynos_drm_preclose(struct drm_device *dev,
e->base.destroy(&e->base);
}
}
drm_prime_destroy_file_private(&file->prime);
spin_unlock_irqrestore(&dev->event_lock, flags);

exynos_drm_subdrv_close(dev, file);
Expand Down

0 comments on commit 1dae127

Please sign in to comment.