From: Markus Elfring Date: Mon, 17 Nov 2014 11:42:16 +0000 (+0100) Subject: ALSA: lola: Deletion of an unnecessary check before the function call "vfree" X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da95e1ea8e2492530eac9c51b293226e3f4ce94;p=pandora-kernel.git ALSA: lola: 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: Takashi Iwai --- Reading git-diff-tree failed