From: Markus Elfring Date: Sat, 3 Jan 2015 16:37:28 +0000 (+0100) Subject: ALSA: oxygen: Delete an unnecessary check before the function call "snd_pcm_suspend" X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~130^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fac1686377410169952db63d282490bc0554662;p=pandora-kernel.git ALSA: oxygen: Delete an unnecessary check before the function call "snd_pcm_suspend" The snd_pcm_suspend() 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