]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/vmwgfx: Remove getparam error message
authorThomas Hellstrom <thellstrom@vmware.com>
Mon, 27 Mar 2017 11:06:05 +0000 (13:06 +0200)
committerJiri Slaby <jslaby@suse.cz>
Wed, 26 Apr 2017 18:05:00 +0000 (20:05 +0200)
commit305316617746c882339287dbf367a2960a5ac1fc
tree66bb437a979f408b12e261d23135bfa36444c4b9
parentf3a7cd27612535d9626c80bdf02d854d5282f98b
drm/vmwgfx: Remove getparam error message

commit 53e16798b0864464c5444a204e1bb93ae246c429 upstream.

The mesa winsys sometimes uses unimplemented parameter requests to
check for features. Remove the error message to avoid bloating the
kernel log.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c