Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132018
b: refs/heads/master
c: 5ad8b7d
h: refs/heads/master
v: v3
  • Loading branch information
Helge Bahmann authored and Dave Airlie committed Mar 4, 2009
1 parent f75683f commit c4de713
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fec6c6fec3e20637bee5d276fb61dd8b49a3f9cc
refs/heads/master: 5ad8b7d12605e88d1e532061699102797fdefe08
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ int drm_setmaster_ioctl(struct drm_device *dev, void *data,
file_priv->minor->master != file_priv->master) {
mutex_lock(&dev->struct_mutex);
file_priv->minor->master = drm_master_get(file_priv->master);
mutex_lock(&dev->struct_mutex);
mutex_unlock(&dev->struct_mutex);
}

return 0;
Expand Down

0 comments on commit c4de713

Please sign in to comment.