commit | 53dac830537b51df555ba5e7ebb236705b7eaa7c | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Thu Jan 16 14:28:22 2014 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jan 16 14:43:04 2014 +1000 |
tree | 40c529676e0f0fd6784f229eb7df00af8bb706a7 | |
parent | c5416d661daa9ccef4f42259ad0d48e28b5f950f [diff] |
drm/mgag200: fix oops in cursor code. In some cases we enter the cursor code with file_priv = NULL causing an oops, we also can try to unpin something that isn't pinned, and this is a good fix for it. Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>