From: Markus Elfring Date: Sat, 3 Jan 2015 16:06:04 +0000 (+0100) Subject: ALSA: emu10k1: Delete an unnecessary check before the function call "kfree" X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a827977ac31cb5d1f4720efede9bbbf241789993;p=pandora-kernel.git ALSA: emu10k1: Delete an unnecessary check before the function call "kfree" The kfree() function tests whether its argument is NULL and then returns immediately. 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