git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af4e7f
)
ALSA: core: fix NULL checking in snd_pcm_plug_slave_size()
author
Xi Wang
<xi.wang@gmail.com>
Tue, 13 Nov 2012 22:12:12 +0000
(17:12 -0500)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 14 Nov 2012 07:03:31 +0000
(08:03 +0100)
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>
No differences found