From: Markus Elfring Date: Sat, 3 Jan 2015 14:10:52 +0000 (+0100) Subject: sound: oss: Deletion of unnecessary checks before the function call "vfree" X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f45e6037f1195d10cf363e94a08ee2f10f9b41;p=pandora-kernel.git sound: oss: Deletion of unnecessary checks 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: Takashi Iwai --- Reading git-diff-tree failed