diff options
Diffstat (limited to 'drivers/gpu/drm/drm_auth.c')
| -rw-r--r-- | drivers/gpu/drm/drm_auth.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/gpu/drm/drm_auth.c b/drivers/gpu/drm/drm_auth.c index 4153e8a193af..6b143514a566 100644 --- a/drivers/gpu/drm/drm_auth.c +++ b/drivers/gpu/drm/drm_auth.c @@ -251,7 +251,7 @@ void drm_master_release(struct drm_file *file_priv)  	if (!drm_is_current_master(file_priv))  		goto out; -	if (!drm_core_check_feature(dev, DRIVER_MODESET)) { +	if (drm_core_check_feature(dev, DRIVER_LEGACY)) {  		/*  		 * Since the master is disappearing, so is the  		 * possibility to lock. | 
