From: Dave Jones Date: Fri, 31 Jan 2014 02:27:25 +0000 (-0500) Subject: vmwgfx: Fix unitialized stack read in vmw_setup_otable_base X-Git-Tag: v3.14-rc2~19^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd9a21a831af0af7539a0e37e4455da03df7cf82;p=pandora-kernel.git vmwgfx: Fix unitialized stack read in vmw_setup_otable_base One of the error paths in vmw_setup_otable_base causes us to return with 'ret' having never been set to anything causing us to return whatever was on the stack. Found with Coverity Signed-off-by: Dave Jones Reviewed-by: Thomas Hellstrom --- Reading git-diff-tree failed