mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 05:58:35 +02:00
drm_context: fix braino
This commit is contained in:
parent
875dd1e538
commit
bff698d0ed
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ int drm_resctx(struct inode *inode, struct file *filp,
|
|||
unsigned int cmd, unsigned long arg)
|
||||
{
|
||||
struct drm_ctx_res res;
|
||||
struct drm_ctx __user *argp = (void __user *)arg;
|
||||
struct drm_ctx_res __user *argp = (void __user *)arg;
|
||||
struct drm_ctx ctx;
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue