summaryrefslogtreecommitdiff
path: root/bsd/drm_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/drm_auth.h')
-rw-r--r--bsd/drm_auth.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/bsd/drm_auth.h b/bsd/drm_auth.h
index 9e34b35c..537718c1 100644
--- a/bsd/drm_auth.h
+++ b/bsd/drm_auth.h
@@ -120,13 +120,7 @@ int DRM(getmagic)(DRM_IOCTL_ARGS)
drm_file_t *priv;
DRM_DEVICE;
- DRM_LOCK();
- priv = (drm_file_t *) DRM(find_file_by_proc)(dev, p);
- DRM_UNLOCK();
- if (priv == NULL) {
- DRM_DEBUG("can't find authenticator\n");
- return EINVAL;
- }
+ DRM_GET_PRIV_WITH_RETURN(priv, filp);
/* Find unique magic */
if (priv->magic) {