7cf3290 parent 1762a59d8e8b5e99f6f4a0f292b40f3cacb108ba author Xi Wang 1352844731 -0500 committer Takashi Iwai 1352876607 +0100 ALSA: core: fix NULL checking in snd_pcm_plug_client_size() The dereference snd_pcm_plug_stream(plug) should come after the NULL check snd_BUG_ON(!plug). Signed-off-by: Xi Wang Signed-off-by: Takashi Iwai =