From: Markus Elfring Date: Wed, 19 Nov 2014 16:50:19 +0000 (+0100) Subject: drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree" X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a1a6674f7fd6c0f7e673c4fc1b1aea3d8fce53;p=pandora-kernel.git drm/vmwgfx: Deletion of an unnecessary check before the function call "vfree" The vfree() function performes also input parameter validation. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Reviewed-by: Thierry Reding Signed-off-by: Dave Airlie --- Reading git-diff-tree failed