Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44742
b: refs/heads/master
c: 183b4ae
h: refs/heads/master
v: v3
  • Loading branch information
Eric Anholt authored and Dave Airlie committed Dec 19, 2006
1 parent 15f3a7f commit d2dc92f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 1d6bb8e51dba3db1c15575901022fe72d363e5a4
refs/heads/master: 183b4aeefa1ff8e0a792b95d5d56f0994d022449
4 changes: 2 additions & 2 deletions trunk/drivers/char/drm/savage_bci.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,8 +963,8 @@ static int savage_bci_event_emit(DRM_IOCTL_ARGS)

event.count = savage_bci_emit_event(dev_priv, event.flags);
event.count |= dev_priv->event_wrap << 16;
DRM_COPY_TO_USER_IOCTL(&((drm_savage_event_emit_t __user *) data)->
count, event.count, sizeof(event.count));
DRM_COPY_TO_USER_IOCTL((drm_savage_event_emit_t __user *) data,
event, sizeof(event));
return 0;
}

Expand Down

0 comments on commit d2dc92f

Please sign in to comment.