projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce7803
)
drm/vmwgfx: Remove getparam error message
author
Thomas Hellstrom
<
[email protected]
>
Mon, 27 Mar 2017 11:06:05 +0000
(13:06 +0200)
committer
Thomas Hellstrom
<
[email protected]
>
Thu, 30 Mar 2017 09:43:40 +0000
(11:43 +0200)
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]
>
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
b/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
index 1802d0e7fab8f23fda6b954efb3a1426a3ad18f2..5ec24fd801cd2bb1b32b66540b91edcca2ef3b6d 100644
(file)
--- a/
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
+++ b/
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
@@
-114,8
+114,6
@@
int vmw_getparam_ioctl(struct drm_device *dev, void *data,
param->value = dev_priv->has_dx;
break;
default:
- DRM_ERROR("Illegal vmwgfx get param request: %d\n",
- param->param);
return -EINVAL;
}