mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-06 12:58:06 +02:00
Fix the getclient test (Need this feature for future tests).
This commit is contained in:
parent
d7cf298e54
commit
50cb405f93
2 changed files with 1 additions and 5 deletions
|
|
@ -213,9 +213,7 @@ int drm_getclient(DRM_IOCTL_ARGS)
|
|||
}
|
||||
DRM_UNLOCK();
|
||||
|
||||
DRM_COPY_TO_USER_IOCTL( (drm_client_t *)data, client, sizeof(client) );
|
||||
|
||||
return 0;
|
||||
return EINVAL;
|
||||
}
|
||||
|
||||
int drm_getstats(DRM_IOCTL_ARGS)
|
||||
|
|
|
|||
|
|
@ -18,7 +18,5 @@ TESTS = openclose \
|
|||
getversion \
|
||||
getclient
|
||||
|
||||
XFAIL_TESTS = getclient
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS)
|
||||
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)
|
||||
Loading…
Add table
Reference in a new issue