Fix the getclient test (Need this feature for future tests).

This commit is contained in:
Eric Anholt 2007-07-19 06:02:20 -07:00
parent d7cf298e54
commit 50cb405f93
2 changed files with 1 additions and 5 deletions

View file

@ -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)

View file

@ -18,7 +18,5 @@ TESTS = openclose \
getversion \
getclient
XFAIL_TESTS = getclient
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)