commit | b25cf30a013195a69c167209d13c19b90a7450f2 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Aug 26 14:21:14 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Aug 26 14:21:14 2015 +0200 |
tree | 1b88f977fc02afbaf46003ef81cad6a1a2fde78e | |
parent | a92d5ee8666afcb4abc7686d7b760f0fb7a0c14c [diff] |
ALSA: hda - Remove superfluous pcm NULL check The variable pcm can be never NULL since it was rewritten with list_for_each_entry(). Suggested-by: Markus Osterhoff <linux-kernel@k-raum.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>