drm/vmwgfx: Don't access file_priv in cursor_set when handle==0
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 3 Jun 2013 13:10:41 +0000 (16:10 +0300)
committerDave Airlie <airlied@redhat.com>
Mon, 10 Jun 2013 22:47:32 +0000 (08:47 +1000)
commita5d0f5766f2e9cb04f0f775bf679d41ae1a54d50
tree9d63e60e9999ce3c7f3e4473afd50b483f8f8a70
parentad6f5c343364e52a49b6a0a9153bda7f0e101416
drm/vmwgfx: Don't access file_priv in cursor_set when handle==0

We want to disable the cursor by calling ->cursor_set() with handle=0
from places where we don't have a file_priv, so don't try to access it
unless necessary.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c