commit | 701ef3205eb33bce4ba97b96f6f04a5ae29cd7b8 | [log] [tgz] |
---|---|---|
author | Xi Wang <xi.wang@gmail.com> | Tue Nov 13 17:12:12 2012 -0500 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 14 08:03:31 2012 +0100 |
tree | bc6c90b94fea09e46f402070f2718141ed23734e | |
parent | 9af4e7fedab490fec6e831912859d6be92e9140d [diff] |
ALSA: core: fix NULL checking in snd_pcm_plug_slave_size() The dereference snd_pcm_plug_stream(plug) should come after the NULL check snd_BUG_ON(!plug). Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>