Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43922
b: refs/heads/master
c: 5c2df2b
h: refs/heads/master
v: v3
  • Loading branch information
Dave Airlie committed Dec 7, 2006
1 parent edde6f1 commit c84573d
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: 2228ed67223f3f22ea09df8854e6a31ea06d5619
refs/heads/master: 5c2df2bfb121a77d925dba580f53da08b4020528
2 changes: 1 addition & 1 deletion trunk/drivers/char/drm/drm_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ int drm_unlock(struct inode *inode, struct file *filp,
drm_file_t *priv = filp->private_data;
drm_device_t *dev = priv->head->dev;
drm_lock_t lock;
unsigned int irqflags;
unsigned long irqflags;

if (copy_from_user(&lock, (drm_lock_t __user *) arg, sizeof(lock)))
return -EFAULT;
Expand Down

0 comments on commit c84573d

Please sign in to comment.