From: Daniel Vetter Date: Thu, 13 Dec 2012 22:39:01 +0000 (+0100) Subject: drm/vmwgfx: reorder framebuffer init sequence X-Git-Tag: v3.9-rc1~83^2~38^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f0b5aff8f49f63eaf08bdae243de3a8ea3f77e;p=pandora-kernel.git drm/vmwgfx: reorder framebuffer init sequence vmwgfx has an oddity, when failing to reference the surface it'll return 0, since that's what the successfull drm_framebuffer_init will leave behind in ret. Fix this up by returning -EINVAL. Split out from all the other driver updates due to the above tiny semantic change. Shouldn't matter though since the reference grabbing seemingly can't fail. Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed