commit | 751e2216899cb143fe1d5909fe762870faa945f6 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Thu Apr 02 16:51:43 2015 +0530 |
committer | Takashi Iwai <tiwai@suse.de> | Sat Apr 04 14:32:16 2015 +0200 |
tree | d69612e15878e09eef8498c414c27c360d422ad4 | |
parent | 382fd7becc409be9cc18dea8e3d53f6d184f9a5c [diff] |
ALSA: hda: fix possible null dereference we are dereferencing pcm first then checking pcm. instead now lets put them in same if condition so that pcm is checked first. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>