From: Dave Airlie Date: Thu, 16 Jan 2014 04:28:22 +0000 (+1000) Subject: drm/mgag200: fix oops in cursor code. X-Git-Tag: v3.14-rc1~47^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53dac830537b51df555ba5e7ebb236705b7eaa7c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed