dect
/
linux-2.6
Archived
13
0
Fork 0

drm: savage: compat fix from drm git.

Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
Eric Anholt 2006-12-19 17:20:02 +11:00 committed by Dave Airlie
parent 1d6bb8e51d
commit 183b4aeefa
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}