lkml.org 
[lkml]   [2017]   [Jul]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.2 57/95] drm/vmwgfx: Remove getparam error message
    3.2.91-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Thomas Hellstrom <thellstrom@vmware.com>

    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: Ben Hutchings <ben@decadent.org.uk>
    ---
    drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c | 2 --
    1 file changed, 2 deletions(-)

    --- a/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
    +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
    @@ -69,8 +69,6 @@ int vmw_getparam_ioctl(struct drm_device
    break;
    }
    default:
    - DRM_ERROR("Illegal vmwgfx get param request: %d\n",
    - param->param);
    return -EINVAL;
    }

    \
     
     \ /
      Last update: 2017-07-16 16:55    [W:3.692 / U:0.020 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site