From: Markus Elfring Date: Sat, 22 Nov 2014 15:51:31 +0000 (+0100) Subject: video: fbdev-LCDC: Deletion of an unnecessary check before the function call "vfree" X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f858275869af5f2be58782cfaffcf56944bbfe39;p=pandora-kernel.git video: fbdev-LCDC: Deletion of an unnecessary check before the function call "vfree" The vfree() function performs 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 Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed