Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115704
b: refs/heads/master
c: 2df68b4
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Dave Airlie committed Oct 17, 2008
1 parent 8729b0c commit 61dd975
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: b9bfdfe6703eb089839d48316a79c84924a3c335
refs/heads/master: 2df68b439fcb97a4c55f81516206ef4ee325e28d
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static int drm_open_helper(struct inode *inode, struct file *filp,
memset(priv, 0, sizeof(*priv));
filp->private_data = priv;
priv->filp = filp;
priv->uid = current->euid;
priv->uid = current_euid();
priv->pid = task_pid_nr(current);
priv->minor = idr_find(&drm_minors_idr, minor_id);
priv->ioctl_count = 0;
Expand Down

0 comments on commit 61dd975

Please sign in to comment.