From: Markus Elfring Date: Tue, 2 Dec 2014 17:52:21 +0000 (+0100) Subject: ALSA: trident: Deletion of a check before snd_util_memhdr_free() X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~21^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c34fdf48b9522ca87372b1fae19de8f93ffd130;p=pandora-kernel.git ALSA: trident: Deletion of a check before snd_util_memhdr_free() The snd_util_memhdr_free() 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