commit | ae1b22658e6d3ebc6af07a225c221d84fe8cb91f | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Nov 17 11:28:02 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Nov 17 13:45:51 2014 +0100 |
tree | d4c5f8d00cb8ca39717a4c7152fc1e4a8bc33c12 | |
parent | f0acd28c87ad2a5d1b40403fdd5defda2961b2a1 [diff] |
ALSA: ice17xx: Deletion of unnecessary checks before the function call "snd_ac97_resume" The snd_ac97_resume() 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 <elfring@users.sourceforge.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>