Skip to content

Commit 53e1679

Browse files
committed
drm/vmwgfx: Remove getparam error message
The mesa winsys sometimes uses unimplemented parameter requests to check for features. Remove the error message to avoid bloating the kernel log. Cc: <[email protected]> Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Sinclair Yeh <[email protected]>
1 parent 3ce7803 commit 53e1679

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ int vmw_getparam_ioctl(struct drm_device *dev, void *data,
114114
param->value = dev_priv->has_dx;
115115
break;
116116
default:
117-
DRM_ERROR("Illegal vmwgfx get param request: %d\n",
118-
param->param);
119117
return -EINVAL;
120118
}
121119

0 commit comments

Comments
 (0)