From: Sudip Mukherjee Date: Thu, 2 Apr 2015 11:21:43 +0000 (+0530) Subject: ALSA: hda: fix possible null dereference X-Git-Tag: omap-for-v4.2/o2_dc~120^2~6^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751e2216899c;p=pandora-kernel.git 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 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed