Revert "drm/vmwgfx: Handle surface check failure correctly"
This reverts commit 9af2b41a3f
.
This commit is contained in:
parent
4cb2abe049
commit
cd921badef
1 changed files with 0 additions and 1 deletions
|
@ -1402,7 +1402,6 @@ static struct drm_framebuffer *vmw_kms_fb_create(struct drm_device *dev,
|
|||
DRM_ERROR("Surface size cannot exceed %dx%d",
|
||||
dev_priv->texture_max_width,
|
||||
dev_priv->texture_max_height);
|
||||
ret = -EINVAL;
|
||||
goto err_out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue